Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2006-10-04 21:27:13
Size: 579
Editor: AlexClemesha
Comment:
Revision 4 as of 2006-11-24 13:47:14
Size: 771
Editor: DavidJoyner
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
       Grace: http://www.idyll.org/~n8gray/code
       PGPLOT: http://efault.net/npat/hacks/ppgplot
       PLplot: http://www.plplot.org
       * Grace: http://www.idyll.org/~n8gray/code
       * PGPLOT: http://efault.net/npat/hacks/ppgplot
       * PLplot: http://www.plplot.org
Line 11: Line 11:
       matplotlib: http://matplotlib.sourceforge.net        * matplotlib: http://matplotlib.sourceforge.net
Line 15: Line 15:
The interface that SAGE provides to matplotlib is very Mathematica like.
Line 16: Line 17:
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].

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)