Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 936 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 936 Bytes

Parallel Coordinates Plot

Plot parallel coordinates using only matplotlib. Create multiple y-axes depending on your data, which can be linear, logarithmic or categorial.

Parallel Coordinates Plot

You can also draw continues curves with colors matching the values of the last y-axis.

Parallel Coordinates Plot with Cuves

Example

A complete example with explanation and the plot above is given in the jupyter notebook.

Conda Environment

  1. Requirements:

    • Anaconda or Miniconda installation
  2. 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
  3. Start a notebook server with:

    $ jupyter notebook