Skip to content

number of ticks in a persp() plot

4 messages · a s, David Winsemius, Duncan Murdoch

#
a s <aquestsi <at> gmail.com> writes:
I am puzzled. You have just specified 7 "x" coordinates. Why did you expect to 
get fewewer than 7 points?
#
On 28/03/2009 9:42 PM, a s wrote:
I don't think there is any way to specify the locations with persp. 
(You can use nticks=4 to reduce the number of ticks on all axes.) 
persp3d in the rgl package gives you more control, but with less 
flexibility about graphics devices.

Duncan Murdoch