Skip to content

scientific plotting tools and styles for matpotlib

License

Notifications You must be signed in to change notification settings

simonUU/sciplot

Repository files navigation

======= sciplot

Style and plotting tools for matplotlib.

Installation

sciplot is now available on pip. It can also be installed using this repository.

python3 ./setup.py develop --user

The matolotlib style can be installed in the sytlelib folder:

./install_mlp_style.sh

Usage

After installation you can use the style with matplotlib:

import matplotlib.pyplot as plt

plt.style.use('sciplot')

To use the library you can do

import sciplot

sciplot.hist([1,2])

Another feature is to create stacked histograms easily.

Example

About

scientific plotting tools and styles for matpotlib

Resources

License

Stars

Watchers

Forks

Packages

No packages published