Hi all,
I have come up with an issue related to displaying text through the R text() function. Specifically, the DrawText@GraphicsDeviceAdapter gets called with the wrong y value. This behavior can be only observed when the text() function is directly invoked to diplay text in the device, and assuming the R plot() function relies on it for displaying characters, it gets correctly called to plot the axis ticks values as shown in the RdotNet.Graphics.Test app.
Any ideas on this,
Jesus
Comments: That worked perfectly. Thank you so much for your support. Regarding the example of the dog, you will be surprised of what margins can do :) par(mar=c(10,10,10,10)) plot(1:10, ylab=bquote(sqrt("dog"))) But still it is clear that the graphic devices in R still need much work. Again thank you so much, you really made my week.
I have come up with an issue related to displaying text through the R text() function. Specifically, the DrawText@GraphicsDeviceAdapter gets called with the wrong y value. This behavior can be only observed when the text() function is directly invoked to diplay text in the device, and assuming the R plot() function relies on it for displaying characters, it gets correctly called to plot the axis ticks values as shown in the RdotNet.Graphics.Test app.
Any ideas on this,
Jesus
Comments: That worked perfectly. Thank you so much for your support. Regarding the example of the dog, you will be surprised of what margins can do :) par(mar=c(10,10,10,10)) plot(1:10, ylab=bquote(sqrt("dog"))) But still it is clear that the graphic devices in R still need much work. Again thank you so much, you really made my week.