gregornickel / pcp

A parallel coordinates plot using matplotlib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A parallel coordinates plot using matplotlib

License:MIT License


Languages

Language:Jupyter Notebook 99.5%Language:Python 0.5%