On May 15, 9:18 am, MathLynx <[email protected]> wrote: > Both Maple and Mathematica allow the user to move around within plots > - zooming and translating (and rotating in 3-d). Is there any such > functionality with Sage plots? I have already noted that one can use > a mouse to rotate 3-d plots.
Jmol plots can be zoomed as well, either by right-clicking for a menu, or by scrolling up or down while in the image. You can also put it on auto-rotate in the menu. There are proposed backends for the 2d plots that would do some of this, but they so far have only made it to proof-of-concept stage, I believe. > Secondly, is it possible to include Sage generated plots in HTML pages Probably using SageTeX or the Simple API? > on the fly? I don't know how plots are encoded, so what the output is They are just png files. > that we can direct it into something which will translate this > encryption into an image. (Is this not what JMOL does with 3-d > images?) Maybe I do not understand what exactly is happening when I > view a plot here - can you help me out and maybe direct me to the > appropriate passages in the manual. A plot is shown by adding HTML for <img> for any images in the cell's directory. The images are automatically saved (via methods .save and .matplotlib) when you view a plot, or use .show to view it. I hope this helps - please ask if this does not suffice. - kcrisman -- 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
