Is there a way to turn off the labels on the frame in a 3d plot? I was hoping something like this might work:
var('x y') plot3d(sin(x*y),(x,-2,2),(y,-2,2)).show(labels=false) I know that I can set frame=false to get rid of the frame entirely, but that is not what I am looking for. Is there something like plot.options for 3d graphic object? Dave -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org