Metadata-Version: 1.1
Name: wxmplot
Version: 0.9.45
Summary: wxPython plotting widgets using matplotlib
Home-page: https://newville.github.io/wxmplot/
Author: Matthew Newville
Author-email: newville@cars.uchicago.edu
License: OSI Approved :: MIT License
Download-URL: https://github.com/newville/wxmplot/
Description: 
        WXMPlot provides advanced wxPython widgets for plotting and image display
        of numerical data based on matplotlib. While matplotlib provides excellent
        general purpose plotting functionality and supports many GUI and non-GUI
        backends it does not have a very tight integration with any particular GUI
        toolkit. With a large number of plotting components and options, it is not
        easy for programmers to select plotting options for every stuation and not
        easy for end users to manipulate matplotlib plots.  Similarly, while
        wxPython has some plotting functionality, it has nothing as good or
        complete as matplotlib. The WXMPlot package attempts to bridge that gap.
        With the plotting and image display Panels and Frames from WXMPlot,
        programmers are able to provide plotting widgets that make it easy for end
        users to customize plots and interact with their data.
        
Platform: Windows
Platform: Linux
Platform: Mac OS X
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Visualization
