Wise people, I have a plot of age, vertebral level and depth of the spinal cord from the skin in children that I can interact with in sculpt3d:
sculpt3d(Depth[,4],Depth$LevelNo,Depth$Depth,type="s",radius=.3, alpha=.5) decorate3d(axes=FALSE, box=FALSE,xlab="Age", ylab="Level",zlab="Depth") To make it more intelligible I would like to replace the x, y and z labels with something more meaningful namely "Age", "Level" and "Depth". My problem is that I cannot find a way of getting rid of the x, y and z This means that, for example, Age overwrites the x making it look messy. I have tried things like xaxt="n" to no avail.... Any thoughts? Andrew [[alternative HTML version deleted]] ______________________________________________ R-help@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.