Metadata-Version: 2.1
Name: cornerhex
Version: 0.1.0rc1
Home-page: https://github.com/stammler/cornerhex/
Author: Sebastian Stammler
Author-email: sebastian.stammler@gmail.com
Maintainer: Sebastian Stammler
License: BSD
Project-URL: Source Code, https://github.com/stammler/cornerhex/
Project-URL: Documentation, https://cornerhex.rtfd.io/
Keywords: science physics mathematics visualization
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Education
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Visualization
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: scipy

# cornerhex

[![Documentation Status](https://readthedocs.org/projects/cornerhex/badge/?version=latest)](https://cornerhex.readthedocs.io/en/latest/?badge=latest) [![GitHub](https://img.shields.io/github/license/stammler/cornerhex) ](https://github.com/stammler/cornerhex/blob/master/LICENSE) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](https://github.com/stammler/cornerhex/blob/master/.github/CODE_OF_CONDUCT.md)  
[![PyPI - Downloads](https://img.shields.io/pypi/dm/cornerhex?label=PyPI%20downloads)](https://pypistats.org/packages/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.

![Cornerhex](docs/source/_static/cornerhex.jpg)

## Installation

`cornerhex` can be installed via PyPI.

`pip install cornerhex`

## Documentation

For the usage of `cornerhex` please have a look at its [documentation](https://cornerhex.rtfd.io/).

* [1. Quickstart](https://cornerhex.readthedocs.io/en/latest/1_quickstart.html)
* [2. Customizations](https://cornerhex.readthedocs.io/en/latest/2_customizations.html)
* [A. Contributing / Bug reports / Features requests](https://cornerhex.readthedocs.io/en/latest/A_contrib_bug_feature.html)

## 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)](http://dx.doi.org/10.21105/joss.00024).
