SkillAgentSearch skills...

Splotch

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

Install / Use

/learn @MBravoS/Splotch
About this skill

Quality Score

0/100

Category

Design

Supported Platforms

Universal

README

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

Github release PyPI version

<p align="center"> <img src="/example_images/SPLOTCH_logo.png" alt="drawing" width="500"/> </p>

Histograms | Scatter Plots :---:|:---: | <img src="/example_images/example_hist.png" alt="drawing" width="400"/> | <img src="/example_images/example_scatter.png" alt="drawing" width="400"/>

Contour Plots | Sector Plots
:---:|:---: | <img src="/example_images/example_contours.png" alt="drawing" width="400"/> | <img src="/example_images/example_sectorplot.png" alt="drawing" width="400"/>

| Corner Plots | Subplots
:---:|:---: | <img src="/example_images/example_cornerplot.png" alt="drawing" width="400"/> | <img src="/example_images/example_subplots.png" alt="drawing" width="400"/>

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

Related Skills

View on GitHub
GitHub Stars5
CategoryDesign
Updated1y ago
Forks0

Languages

Python

Security Score

70/100

Audited on Oct 23, 2024

No findings