Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1.65 KB

README.md

File metadata and controls

29 lines (16 loc) · 1.65 KB

cornerhex

Documentation Status GitHub Contributor Covenant
PyPI - Downloads

cornerhex is a package to visualize multidimensional data in matrix corner plots, for example the results of Markov Chain Monte Carlo (MCMC) methods. Instead of 2d histograms or scatter plots it uses matplotlib.pyplot.hexbin. cornerhex can be easily costumized with different color schemes.

Cornerhex

Installation

cornerhex can be installed via PyPI.

pip install cornerhex

Documentation

For the usage of cornerhex please have a look at its documentation.

Acknowledgements

cornerhex is free to use and modify. Please acknowledge this repository when using cornerhex in a publication.

cornerhex has been inspired by corner.py (Foreman-Mackey, 2016).