[R] RGL plot : cex and zlim arguments do not work
Duncan Murdoch
murdoch.duncan at gmail.com
Tue Sep 25 17:27:36 CEST 2012
On 25/09/2012 11:07 AM, Stephane Chantepie wrote:
> Dear all,
>
> I have a quiet simple problem (shared by a collegue) but no solution at
> yet. The arguments I use in bbox3d or text3d do not have any effect on the
> graph. I need to use 'cex' and 'zlim' but It does not work. Maybe my
> problem could appear trivial but I have spent a lot of time on that.
> If you have a solution, please let me know!
You need to provide an example of what you are trying. cex works for me:
text3d(1:3, 1:3, 1:3, LETTERS[1:3], cex=1:3)
zlim makes no sense for text3d.
Duncan Murdoch
More information about the R-help
mailing list