kcrisman wrote: > Is there any way to get SAGE to update a graphic without actually > creating a new graphic, either in command-line mode or in notebook? > Obviously flooding the screen with graphics is not what he has in > mind, but I couldn't find any documentation on whether this was > possible yet. > > (On a side note, the graphic aspect of the interface is one of the > weakest points of SAGE for the undergrad teaching side of things. It > 'should be' easy as pie to create a 3-d graphic of some bizarre > function that students can automatically view from all angles or even > zoom with their mouse.)
I have been working on an applet which runs inside of the notebook and that will provide interactive graphics capabilities. If you have a recent version of Java installed on your machine (http://java.com) and would like to try a demo version of the applet, open a new worksheet, paste the following code into a cell, and execute it: html('<applet id="mathrider" code="org.mathrider.MathRider.class"width="800" height="650" codebase="http://sage.math.washington.edu/home/tkosan/mathrider/"archive="mathrider.jar" MAYSCRIPT></applet>') When the applet comes up, play with the 2D and 3D images (the 3D image can be rotated by dragging it with the mouse.) to see if they are close to what you are looking for. This demo version of the applet does not talk to the SAGE server, but the version I am working does. Ted --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-support@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-support URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/ -~----------~----~----~----~------~----~------~--~---