On Fri, Jul 10, 2009 at 12:30 PM, Mike Witt<mwg...@gmail.com> wrote: > > > I'd like to try this. Is there a quick example somewhere of how to use > it. I downloaded the patch, but I don't understand how to access it.
After you've applied the patch to your Sage repository, you should launch the notebook and specify the keyword viewer='canvas3d' with a 3D plot (currently only plots created by the plot3d() command will work). Here's an example, from my comment on the ticket: {{{ x, y = var('x y') plot3d(sin(pi*(x^2+y^2))/2,(x,-1,1),(y,-1,1), viewer='canvas3d', plot_points=(20, 20)) }}} If G is a 3D plot, then G.show(viewer='canvas3d') will also work. I hope that helps! -- Bill --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to sage-devel-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---