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

Uploaded Source

Built Distribution

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

Uploaded Python 2Python 3

File details

Details for the file plorts-0.1.0.dev1.tar.gz.

File metadata

  • Download URL: plorts-0.1.0.dev1.tar.gz
  • Upload date:
  • Size: 4.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for plorts-0.1.0.dev1.tar.gz
Algorithm Hash digest
SHA256 c4fa46b0bffb9ecb36348a96e9af81961243927614f34a268c5d652513fc771b
MD5 bb961db946eff21ef6c2e6da510ccf64
BLAKE2b-256 32c85b3d3d574b5d91107cfe5230a63f6a370f3e4c847302c4d5eb9da9bf591b

See more details on using hashes here.

File details

Details for the file plorts-0.1.0.dev1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for plorts-0.1.0.dev1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 75be3d2c2f59de69cd31765dad125701af619ce23fe852dc28c59b69e655b2d5
MD5 ba5d796b132d11ac72b2dd233b20ff8a
BLAKE2b-256 65d55746361d4cd33b01d6e201f20108e9f7663aa70d4d57d72370592da4a780

See more details on using hashes here.

Supported by

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