[R] Positioning the y label in scatterplot3d

Uwe Ligges ligges at statistik.tu-dortmund.de
Wed Feb 3 15:07:41 CET 2010



On 03.02.2010 15:02, RICHARD PITMAN wrote:
> Is there a way of repositioning the y label in scatterplot3d so that it is parallel with the y axis?


Short answer: No.

Long answer: You could hack the code and add some angle argument to the 
text() calls that label the y axis, but it is hard to guess the correct 
angle that highly depends on the current projection.
If you find a way how to do that appropriately (other than rewriting 
scatterplot3d to use grid), I am very interested.

Best,
Uwe Ligges


> Many thanks
>
> Richard
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.



More information about the R-help mailing list