Differences between revisions 21 and 22
Revision 21 as of 2007-06-10 00:33:21
Size: 1770
Editor: DavidJoyner
Comment:
Revision 22 as of 2007-06-10 00:33:39
Size: 1769
Editor: DavidJoyner
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
       * Pyqwt at http://pyqwt.sourceforge.net/ is a plotting package requiring QT. It seems to have some 3d capabilities
http://pyqwt.sourceforge.net/pyqwt3d-examples.html.
       * Pyqwt at http://pyqwt.sourceforge.net/ is a plotting package requiring QT. It seems to have some 3d capabilities http://pyqwt.sourceforge.net/pyqwt3d-examples.html.

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)