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

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

Project details
Release history Release notifications | RSS feed
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)
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 |
c4fa46b0bffb9ecb36348a96e9af81961243927614f34a268c5d652513fc771b
|
|
MD5 |
bb961db946eff21ef6c2e6da510ccf64
|
|
BLAKE2b-256 |
32c85b3d3d574b5d91107cfe5230a63f6a370f3e4c847302c4d5eb9da9bf591b
|
File details
Details for the file plorts-0.1.0.dev1-py2.py3-none-any.whl
.
File metadata
- Download URL: plorts-0.1.0.dev1-py2.py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
75be3d2c2f59de69cd31765dad125701af619ce23fe852dc28c59b69e655b2d5
|
|
MD5 |
ba5d796b132d11ac72b2dd233b20ff8a
|
|
BLAKE2b-256 |
65d55746361d4cd33b01d6e201f20108e9f7663aa70d4d57d72370592da4a780
|