Nina Lieske
2002-Apr-12 09:10 UTC
[R] persp(): z-axis annotation overwrites numbers at tickmark
Dear R-users first, thanks to Paul Murrell for fixing my problem "What line is labeled in persp()". It works great now (in the development version). One more question (I don't know if it's related to the "old" problem): the annotation on the z-axis overwrites the numbers at the tickmarks and sometimes, if numbers are pretty long, the numbers themselfe overlap the actual tickmark. I tried moving the annotation by adj or lower the fontsize and tried out kind of all other parameters given in par() but didn't succeed. Is this actually the same kind of problem (like the old one) and does anyone have a quick solution for that? Thanks for your help, Nina -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Paul Murrell
2002-Apr-18 23:51 UTC
[R] persp(): z-axis annotation overwrites numbers at tickmark
Hi> One more question (I don't know if it's related to the "old" problem):the> annotation on the z-axis > overwrites the numbers at the tickmarks and sometimes, if numbers arepretty> long, the numbers themselfe overlap the actual tickmark. > > I tried moving the annotation by adj or lower the fontsize and tried out > kind of all other parameters given in par() but didn't succeed. > > Is this actually the same kind of problem (like the old one) and doesanyone> have a quick solution for that?No good news on this I'm afraid ... the general problem is the same -- the axes for persp() plots are not as fully implemented as axes for normal 2D plots. The only workaround I can think of is to switch off the default axes and preform custom annotations using the 3D-to-2D transformation discussed previously on this list. Paul -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._