On 8/31/12 11:40 AM, davidp wrote:
I am still interested in this question, in case anyone happens to know
the answer.

On Thursday, August 18, 2011 4:19:54 PM UTC-7, davidp wrote:

    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?

Thanks for nicely bringing this to our attention again. I don't think there is an easy way to turn on the frame without the tick labels. I think the best way to do this currently is to turn off the frame and draw a separate frame yourself with lines.

There isn't a nice plot3d.options infrastructure for 3d graphics like we have for 2d graphics (yet). But there should be!

Thanks,

Jason


--
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
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.
Visit this group at http://groups.google.com/group/sage-support?hl=en.


Reply via email to