Paxplot is a Python visualization library for parallel coordinate plots based on matplotlib.
Check out our homepage for more information.
The latest stable release (and required dependencies) can be installed from PyPI:
pip install paxplot
For addition installation instructions, see the Getting Started documentation.
Please report all bugs using issues.
Paxplot welcomes contributions! Users familiar with matplotlib should have no problem using/contributing to this project.
$ conda activate
$ git clone https://github.com/kravitsjacob/paxplot.git
$ cd paxplot
$ conda env create -f environment.yml
$ conda activate paxplot
$ pip install --editable .
testing
folder. All new features should have associated tests.