Skip to main content

Graphing wrapper around matplotlib

Project description

# Plorts - Niceish python plots

Like seaborn but with less stuff and also it starts faster

## Example Code

```python
import plorts
import matplotlib
import matplotlib.pyplot as plt

# make it look nice and plorty
plorts.set_style()
plorts.set_color_palette(plorts.palettes.colorblind)
plorts.set_context(scaling=1.2, font_base=16)

# plot some stuff
plt.plot([0,2,3], [1,2,10], label="1")
plt.plot([0,2,3], [3,2,1], label="2")
plt.plot([0,2,3], [2,2,2], label="3")
plt.legend(loc='best')
plt.axis(xmin=0, ymin=0)

# creates the directories and everything!
plorts.savefig('output/test.pdf')

plt.show()
```

## Example output

![](plots/test.pdf)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

plorts-0.1.0.dev1.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

plorts-0.1.0.dev1-py2.py3-none-any.whl (5.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page