Its not well documented, unfortunately. I learned about from another developer (Jason Grout, I think). The patch creating it went in a while ago: http://trac.sagemath.org/sage_trac/ticket/6447
and I think they intended to add better documentation but no one did. In the next year or so hopefully there will be more work on using html5 and other recent browser improvements to do better 3d graphics (webgl for instance). -Marshall On Jan 17, 6:33 pm, kkwweett <[email protected]> wrote: > thanks Marshall, > I tried viewer option but this is not working for me (firefox,ubuntu) > even if it is already better than a yellow warning. > I used example from video3 ofhttp://www.sagemath.org/help-video.html > > def f(x,y): return sin(x-y)*y*cos(x) > plot3d(f(x,y),(x-3,3),(y,-3,3)) > > but all I see is a blue flat grid (I can move it with the mouse > though) > > How did you know about the viewer option ? I can't see it in the > manual. -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
