Tagged Questions
1
vote
2answers
151 views
R 3D plot axis tick labels
I'm plotting a 3D histogram in R using the method from figure 6.15 here.
I've set scale = list(arrow=F), so that I have tick marks instead of arrows on each axis.
The plot looks fine, but I want to ...