Simple PLOTs, Contours and Histograms is a small package with wrapper functions designed to simplify plotting calls from matplotlib.
Histograms | Scatter Plots |
---|---|
![]() |
![]() |
Contour Plots | Sector Plots |
---|---|
![]() |
![]() |
Corner Plots | Subplots |
---|---|
![]() |
![]() |
The package is available in for installation using >pip install splotch
, though you may get the lastest stable version using >pip install git+https://github.com/MBravoS/splotch.git@master
, or the latest development version using >pip install git+https://github.com/MBravoS/splotch.git@devel
.
The documentation is splotch's readthedocs page.
Planned releases:
- Addition of legend customisation function (0.7.0.0).
- Re-work for PEP coding style compliance (using PyLint) (0.8.0.0).
- Add basic tests with Travis (0.9.0.0).
- Improved documentation and first version release (1.0.0.0).