just to emphasize - pyglet is already in every copy of sage. - William
(Sent from my iPhone.) On Dec 10, 2007, at 1:58 PM, "William Stein" <[EMAIL PROTECTED]> wrote: > On Dec 10, 2007 1:39 PM, David Joyner <[EMAIL PROTECTED]> wrote: >> >> The plots look really nice. Thanks for posting this. >> Since pyglet depends on it, I'm curious what people think of opengl. > > Try this in Sage right now. It might work for you. > > (1) From the command line, type > > sage -sh > > (2) Type > > bash$ pythonw > > (3) paste the following code into your python session: > > from sympy import symbols, Plot > x,y,z = symbols('xyz') > Plot(x*y**3-y*x**3) > > I just tried this and got a very nice dynamically rotateable 3d plot. > Very nice. > > > -- William --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/ -~----------~----~----~----~------~----~------~--~---