Package for helping data scientists create beautiful profinit-styled plots.
Project description
profiplots
Make Matplotlib and Seaborn plots with Profinit theme!
- Documentation: https://datascience.profinitservices.cz/sablony/profiplots/.
Installation
python -m pip install profiplots
Usage
import profiplots as pf
import seaborn as sns
import seaborn.objects as so
# set theme
pf.set_theme()
# create a basic plot
dataset = sns.load_dataset("titanic")
(
so.Plot(data=dataset, x="survived", y="sex")
.add(so.Bar(alpha=1), so.Agg(), legend=False)
.label(title="Female passengers survived much more frequently", x="Survival Rate", y="Sex")
.save("my_first_plot.png")
)
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
profiplots-3.0.5.tar.gz
(17.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file profiplots-3.0.5.tar.gz.
File metadata
- Download URL: profiplots-3.0.5.tar.gz
- Upload date:
- Size: 17.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b6a5c4382596981e9122fa10e764dbde5010dffec6dd1018e8b1a699a070ba97
|
|
| MD5 |
507a4a0070118e80d0d39f16dc5aae8f
|
|
| BLAKE2b-256 |
fd58acc8867edec5031cdd0b1bc0a3563cc7fcaf74b70103d69d8114936e0691
|
File details
Details for the file profiplots-3.0.5-py3-none-any.whl.
File metadata
- Download URL: profiplots-3.0.5-py3-none-any.whl
- Upload date:
- Size: 16.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab93ec7510fd2f417dc4c2e90003d9919f28aeffdb505d2280f923f18d9586d3
|
|
| MD5 |
522751b5633fbff340a5f255e7f07dde
|
|
| BLAKE2b-256 |
bbd3c9b1ca269913878aa3c52f3e28ef178e10fbd63378fd3fe17560795e978c
|