An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120925/d8abba7d/attachment.pl>
RGL plot : cex and zlim arguments do not work
2 messages · Stephane Chantepie, Duncan Murdoch
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