Differences between revisions 13 and 17 (spanning 4 versions)
Revision 13 as of 2007-04-14 01:59:42
Size: 1369
Editor: DavidJoyner
Comment:
Revision 17 as of 2007-04-14 10:45:37
Size: 1395
Editor: DavidJoyner
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
       * disipyl: http://kim.bio.upenn.edu/~pmagwene/disipyl/index.html
         a [http://kim.bio.upenn.edu/~pmagwene/disipyl/img/demo3Dimg1.jpg screenshot]
       * Grace: http://www.idyll.org/~n8gray/code
       * PGPLOT: http://efault.net/npat/hacks/ppgplot
       * Grace: [http://plasma-gate.weizmann.ac.il/Grace/ grace], [http://www.idyll.org/~n8gray/code python interface]
       * PGPLOT: [http://efault.net/npat/hacks/ppgplot ppgplot], [http://www.astro.caltech.edu/~tjp/pgplot/ pgplot], [http://astro.swarthmore.edu/~burns/pygplot/ pygplot]

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)