Plot parallel coordinates using only matplotlib. Create multiple y-axes depending on your data, which can be linear, logarithmic or categorial.
You can also draw continues curves with colors matching the values of the last y-axis.
A complete example with explanation and the plot above is given in the jupyter notebook.
-
Requirements:
- Anaconda or Miniconda installation
-
Create the environment from the
environment.yml
file:$ conda env create -f environment.yml
- Activate the new environment with:
$ conda activate pcp
- Verify that the new environment was installed correctly:
$ conda env list
- Activate the new environment with:
-
Start a notebook server with:
$ jupyter notebook