Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2004-10-13 13:31:39
Size: 1815
Comment: Create page (not finished yet)
Revision 3 as of 2004-10-15 10:29:41
Size: 2652
Editor: DavidBoddie
Comment: Linked to the PyQwt project, including a description from the project itself.
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Graphical Representations of Data = Graphical Representations of Data =
Line 9: Line 9:
Image Processing and Analysis == Image Processing and Analysis ==
Line 13: Line 13:
Plotting Tools == Plotting Tools ==
Line 27: Line 27:
     the creation of megawidgets building on top of Tkinter.      the creation of megawidgets built on top of Tkinter.
     * [http://pyqwt.sourceforge.net/ PyQwt] is a set of Python bindings for the
     Qwt C++ class library which extends the Qt framework with widgets
     for scientific and engineering applications.
Line 29: Line 32:
== Also of Note ==

     * Janko Hauser maintains a list similar to this one of [http://starship.python.net/crew/jhauser/plot-res.html "Plotting with Python"]
     tools, from which much of the above was stolen (with permission).
     * There is an interface to the OpenGL library called [http://starship.python.net/~da/PyOpenGL/ PyOpenGL] that can be
     used to write sophisticated visualization tools from scratch.
     * The [http://fxpy.sourceforge.net/ FXPy] bindings to [http://www.cfdrc.com/FOX/fox.html the FOX GUI library] support OpenGL, so might be a good
     starting point for new applications.

Graphical Representations of Data

  • The problem of how to display data in graphs and other visual representations is one of the most difficult ones, because of the wide variety of requirements from each user. As a result, no one solution has emerged, but many different packages are available. There are interfaces to existing plotting libraries, as well as Python-centered solutions.

Image Processing and Analysis

Plotting Tools

Also of Note

NumericAndScientific/Plotting (last edited 2016-08-16 22:37:55 by BryanVandeven)

Unable to edit the page? See the FrontPage for instructions.