Tidy API for statistical visualization with Plotly
Project description
Statsplotly is a Python data visualization library based on Plotly. It provides a high-level interface for drawing attractive and interactive statistical data visualization plots.
The inception of this library predated the fantastic plotly.express API.
Philosophy
Compared to plotly.express
API, statsplotly
:
- respects common conventions of statistical visualization (e.g., histograms are not barplots).
- processes color coding scheme, trace slicer and plot dimensions independently.
- can perform standard statistical processing procedure (e.g., zscore normalization) of data under the hood.
- leverages the tidy DataFrame structure to easily style plot cues to be used as visual discriminators (e.g., marker color, symbol, size, and opacity).
This flexibility takes advantage of the powerful interactivity offered by plotly.js
without compromising statistical intelligibility for aesthetic choices, or vice-versa.
Examples
Main features of the API are demonstrated in a demo notebook.
Installation
Using Pip
pip install statsplotly
Documentation
Details of the public API can be found in the documentation.
Development
Using Poetry
First make sure you have Poetry installed on your system (see instruction).
Then, assuming you have a Unix shell with make, create and set up a new Poetry environment :
make init
To make the Poetry-managed kernel available for a globally installed Jupyter :
poetry run ipython kernel install --user --name=<KERNEL_NAME>
jupyter notebook
On the Jupyter server, select the created kernel in “Kernel” -> “Change kernel”.
Dissecting Makefile
The Makefile provides several targets to assist in development and code quality :
init
creates a project-specific virtual environment and installs the dependencies of the .lock file.ci
launches Black, Ruff, mypy and pytest on your source code.pre-commit
set up and run pre-commit hooks (see pre-commit documentation).clean
clears bytecode, poetry/pip caches. Use with caution.
Requirements
Author
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
Built Distribution
Hashes for statsplotly-0.1.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 224b01bab42f1cd5f2822b976fd86a8911eddad6447f7b3c99b6557025fe627f |
|
MD5 | 06ce7b37bd4a5be22b1972ba54a8f2c1 |
|
BLAKE2b-256 | cc3bed645d25754f649484df0241d1842aa3aedebc178c71b7a9b997a78db4a8 |