cornerhex
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.
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).