Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattpitkin/scotchcorner
Attempts at a new corner plot
https://github.com/mattpitkin/scotchcorner
Last synced: 2 months ago
JSON representation
Attempts at a new corner plot
- Host: GitHub
- URL: https://github.com/mattpitkin/scotchcorner
- Owner: mattpitkin
- License: mit
- Created: 2015-12-22T23:21:56.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-08-07T13:09:54.000Z (over 1 year ago)
- Last Synced: 2024-09-18T17:09:43.969Z (5 months ago)
- Language: Jupyter Notebook
- Size: 6.27 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scotchcorner
[![GitHub version](https://badge.fury.io/gh/mattpitkin%2Fscotchcorner.svg)](https://badge.fury.io/gh/mattpitkin%2Fscotchcorner)
[![Build Status](https://travis-ci.org/mattpitkin/scotchcorner.svg?branch=master)](https://travis-ci.org/mattpitkin/scotchcorner)
[![PyPI version](https://badge.fury.io/py/scotchcorner.svg)](https://badge.fury.io/py/scotchcorner)Greatly inspired by [corner.py](https://github.com/dfm/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](https://en.wikipedia.org/wiki/Scotch_Corner)) for showing different combinations of projections of samples from
a multi-dimensional parameter space.## Installation
This code requires numpy, scipy and [matplotlib](http://matplotlib.org), 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](example.png)
## Documentation
Documentation of the code can be found [here](http://scotchcorner.readthedocs.org/en/latest/).
If you have any suggestions/contributions for the code please create an issue, or fork and generate a pull request.
[![DOI](https://zenodo.org/badge/48458682.svg)](https://zenodo.org/badge/latestdoi/48458682)
Copyright © 2016 Matthew Pitkin
Release under the MIT License