SkillAgentSearch skills...

Pcp

A parallel coordinates plot using matplotlib

Install / Use

/learn @gregornickel/Pcp
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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
    

Related Skills

View on GitHub
GitHub Stars14
CategoryDevelopment
Updated10d ago
Forks3

Languages

Jupyter Notebook

Security Score

95/100

Audited on Mar 24, 2026

No findings