4

I would like to add numeric axes to my persp plot with the following code

persp(F1, phi=30, theta=120, xlab="x", ylab="y", zlab="z", axes=T, ticktype="detailed") 

However, I do not want the ticks on the z axis.

How can I remove these ticks whilst preserving the ticks/values on the x & y axes?

Thanks in advance,

  • 2
    [This link](http://entrenchant.blogspot.com/2014/03/custom-tick-labels-in-r-perspective.html) describes one way to accomplish this. – Tad Dallas Sep 19 '15 at 15:14
  • 2
    Please always supply [a reproducible example](http://www.stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example). We have no way of knowing what `F1` is. – Thomas Sep 19 '15 at 16:51
  • 2
    The identity of 'F1' is not important to this, the question is about graphical parameters. – Chelsea Edwards Sep 20 '15 at 01:16

0 Answers0