Downloading and Installation

Prerequisites

The current version of wxmplot is 0.9.58, released in October, 2023.

The wxmplot package requires Python 3.7 or higher, wxPython 4.1.0 or higher, matplotlib 3.5.0 or higher, numpy 1.18 or higher, and Pillow 7.0 or higher. All of these are readily available from pip or on conda channels.

Installation

The latest version (0.9.58) is available from PyPI or github, and the package can be installed with:

pip install wxmplot

Development Version

To get the latest development version, use:

git clone https://github.com/newville/wxmplot.git

Installation from Source

wxmplot is a pure python module, so installation on all platforms can use the source kit and a standard installation using:

pip install .

License

The wxmplot code is distribution under the following license:

The MIT License

Copyright (c) 2022 Matthew Newville, The University of Chicago

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXP80RESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE qUSE OR OTHER DEALINGS IN THE
SOFTWARE.