Skip to main content

Package for helping data scientists create beautiful profinit-styled plots.

Project description

profiplots

Make Matplotlib and Seaborn plots with Profinit theme!

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


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.2.tar.gz (16.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

profiplots-3.0.2-py3-none-any.whl (16.7 kB view details)

Uploaded Python 3

File details

Details for the file profiplots-3.0.2.tar.gz.

File metadata

  • Download URL: profiplots-3.0.2.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

Hashes for profiplots-3.0.2.tar.gz
Algorithm Hash digest
SHA256 c44fa9d6960ffacd1c14aa4cc3dea374a43fc4a04a327b9354ea4c3a807ba74e
MD5 f808a4f4b28bb9662227cd6462a2eddf
BLAKE2b-256 4aa42d02e6d7091c5f24fcb0d77e8a854463fc6a9dc4b3bea624f9985fb65415

See more details on using hashes here.

File details

Details for the file profiplots-3.0.2-py3-none-any.whl.

File metadata

  • Download URL: profiplots-3.0.2-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

Hashes for profiplots-3.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 2b6ca1ee55e1307b4541e737abc8730cd87bccd42091466f3d54cf5a45781a95
MD5 d8081545e1c81a35da1633e7bee8ebb2
BLAKE2b-256 d9ddca50117c77b171f135864cb6b1230a3c995481b8aeb2abea4cd044bdbacb

See more details on using hashes here.

Supported by

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