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.0.tar.gz
(16.7 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.0.tar.gz.
File metadata
- Download URL: profiplots-3.0.0.tar.gz
- Upload date:
- Size: 16.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
596697df38ed7283220d8793f45c15ac139d2fb2f363a70ea7da9b33c139ee8d
|
|
| MD5 |
6164acea621f6858a4be1681b3d7566f
|
|
| BLAKE2b-256 |
e8a32c05afac8ea4fa6d9edccbb1a42aa830040d531039dd9588de2be3638f0c
|
File details
Details for the file profiplots-3.0.0-py3-none-any.whl.
File metadata
- Download URL: profiplots-3.0.0-py3-none-any.whl
- Upload date:
- Size: 16.7 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 |
5d0cd4bc3978b4d86f75cb6e19da3c2ebd6e615fcb508a329f98be04b9982103
|
|
| MD5 |
447f7efdb0c3bbe79bfdd212ad917dae
|
|
| BLAKE2b-256 |
88f613963efb5c7099cfcb36591d9f67118de8ffe76f968d3ff1617d4f7907ce
|