Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2006-10-04 21:17:40
Size: 15
Editor: AlexClemesha
Comment:
Revision 3 as of 2006-10-04 21:36:54
Size: 587
Editor: AlexClemesha
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

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

   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.

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.

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