Differences between revisions 6 and 30 (spanning 24 versions)
Revision 6 as of 2006-11-26 01:37:49
Size: 924
Editor: DavidJoyner
Comment:
Revision 30 as of 2017-02-05 17:59:06
Size: 15
Editor: mrennekamp
Comment: should redirect to [[art]]
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== SAGE plotting ==

Here are some python plotting engines/libraries:

   older/not python dedicated:
       * Grace: http://www.idyll.org/~n8gray/code
       * PGPLOT: http://efault.net/npat/hacks/ppgplot
       * PLplot: http://www.plplot.org
       * opemath: Written by William Schelter and part of Maxima (thus also SAGE) is a TCL/Tk plotting program. It has no separate download page.

   currently developed / good:
       * matplotlib: http://matplotlib.sourceforge.net

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].
#REDIRECT art

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