Simple PLOTs, Contours and Histograms is a small package with wrapper functions designed to simplify plotting calls from matplotlib.


License
BSD-3-Clause
Install
pip install splotch==0.6.9.2

Documentation

Simple PLOTs, Contours and Histograms is a small package with wrapper functions designed to simplify plotting calls from matplotlib.

Github release PyPI version

drawing

Histograms Scatter Plots
drawing drawing
Contour Plots Sector Plots
drawing drawing
Corner Plots Subplots
drawing drawing

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