Skip to content

mattpitkin/scotchcorner

Repository files navigation

scotchcorner

GitHub version Build Status PyPI version

Greatly inspired by corner.py, this is an attempt to create a slightly different "corner" plot (and possibly the only one named after a major junction on the A1) for showing different combinations of projections of samples from a multi-dimensional parameter space.

Installation

This code requires numpy, scipy and matplotlib, with a matplotlib version greater than or equal to 2.0.

The repository can be cloned and then installed using:

python setup.py install

or for (Linux) system-wide installation use:

sudo python setup.py install

or, using pip with:

pip install scotchcorner

Example

Here's an example of the kind of plot you could produce:

Example plot

Documentation

Documentation of the code can be found here.

If you have any suggestions/contributions for the code please create an issue, or fork and generate a pull request.

DOI

Copyright © 2016 Matthew Pitkin

Release under the MIT License