Skip to content

gregornickel/pcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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