Differences between revisions 24 and 25
Revision 24 as of 2008-01-11 16:22:34
Size: 1842
Comment:
Revision 25 as of 2008-09-19 07:16:16
Size: 1842
Editor: Minh Nguyen
Comment: Suggestions from #1389
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== SAGE plotting == == Sage plotting ==
Line 9: Line 9:
       * opemath: Written by William Schelter and part of Maxima (thus also SAGE) is a TCL/Tk plotting program which allows for interactive viewing. It has no separate download page. An example is this [http://modular.math.washington.edu/home/wdj/art/saddle.png saddle]: {{{sage: maxima.eval("plot3d(2^(-u^2+v^2),[u,-1,1],[v,-1,1],[plot_format, openmath]);")}}}        * opemath: Written by William Schelter and part of Maxima (thus also Sage) is a TCL/Tk plotting program which allows for interactive viewing. It has no separate download page. An example is this [http://modular.math.washington.edu/home/wdj/art/saddle.png saddle]: {{{sage: maxima.eval("plot3d(2^(-u^2+v^2),[u,-1,1],[v,-1,1],[plot_format, openmath]);")}}}
Line 18: Line 18:
SAGE's plotting functionality is built on top of matplotlib, which is a Sage's plotting functionality is built on top of matplotlib, which is a
Line 20: Line 20:
The interface that SAGE provides to matplotlib is very Mathematica like. The interface that Sage provides to matplotlib is very Mathematica like.

Sage plotting

Here are some python plotting engines/libraries:

Sage's plotting functionality is built on top of matplotlib, which is a very extensive plotting library with a user interface that is very similiar to Matlab's plotting. The interface that Sage provides to matplotlib is very Mathematica like.

There are also several links to plotting/graphics/data visualization programs at the scipy [http://www.scipy.org/Topical_Software#head-b98ffdb309ccce4e4504a25ea75b5c806e4897b6 wiki].

plot (last edited 2017-02-05 17:59:06 by mrennekamp)