pymplot is a lightweight Python application package for efficiently generating high-quality plots for multi-dimensional scalar data.
The work is under LANL open source approval reference C20105.
Please refer to the paper draft for details.
cd src
ruby install.rb
The installed links to executables are installed at $HOME/bin, with names x_showmatrix
, x_showcontour
, x_showwiggle
, etc. Please make sure that $HOME/bin is in your system path.
You also need to have numpy
, scipy
, matplotlib
, and pyvista
in your Python distribution.
You can type x_show...
in the commond line to check the meaning of arguments.
Please refer to the test.rb to reproduce some of the examples in the paper draft.
pymplot
is distributed under the BSD license
. See details in LICENSE.
Kai Gao, [email protected]
We welcome feedbacks, bug reports, and improvement ideas on pymplot
.
If you use this package in your research and find it useful, please cite it as
- Kai Gao, Lianjie Huang, 2020, Pymplot: An open-source, lightweight plotting package based on Python and matplotlib , url: github.com/lanl/pymplot