Metadata-Version: 2.1
Name: wxmplot
Version: 0.9.58
Summary: wxPython plotting widgets using matplotlib
Home-page: https://github.com/newville/wxmplot
Author: Matthew Newville
Author-email: matt.newville@gmail.com
License: MIT License
Project-URL: Source, https://github.com/newville/wxmplot
Project-URL: Documentation, https://newville.github.io/wxmplot/
Project-URL: Tracker, https://github.com/newville/wxmplot/issues
Keywords: wxPython matplotlib
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8
License-File: LICENSE
Requires-Dist: wxPython>=4.1.0
Requires-Dist: wxutils>=0.3.0
Requires-Dist: matplotlib>=3.5.0
Requires-Dist: numpy>=1.18
Requires-Dist: Pillow>=7.0
Requires-Dist: pyyaml>=5.0
Provides-Extra: doc
Requires-Dist: sphinx; extra == "doc"
Requires-Dist: jupyter_sphinx; extra == "doc"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"


WXMPlot provides advanced wxPython widgets for plotting and image display
of scientific 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.
