Fluent Grammar-of-Graphics in Python
Project description
Chiaro
A Grammar of Graphics charting library for Python, built on top of Bokeh.
Features
- Grammar of Graphics: Intuitive, layered approach to building visualizations
- Bokeh Backend: Leverage Bokeh's interactive capabilities
- Multiple Data Backends: Works with pandas, polars, and more via narwhals
- Express API: Quick plots with sensible defaults
Quick Example
import chiaro as cha
# Basic scatter plot
chart = (
cha.Chart(data)
.geom_point()
.dims(x="height", y="weight", color="species")
.labels(title="My Plot")
)
# Or use express API
import chiaro.express as cx
cx.scatter(data, x="height", y="weight", color="species")
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
chiaro-0.1.2.tar.gz
(349.8 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
chiaro-0.1.2-py3-none-any.whl
(13.9 kB
view details)
File details
Details for the file chiaro-0.1.2.tar.gz.
File metadata
- Download URL: chiaro-0.1.2.tar.gz
- Upload date:
- Size: 349.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a35e181fbf4f828244c8bbc05e80fbf65b1d3d9d74abf5c475d4a714259a0619
|
|
| MD5 |
6a0f3fdfa3f92c5f5ec7e20c3a3721bc
|
|
| BLAKE2b-256 |
15ec80a292f3563171e7a7c0ec388689d9e80236d616fb8238571b7256aad538
|
File details
Details for the file chiaro-0.1.2-py3-none-any.whl.
File metadata
- Download URL: chiaro-0.1.2-py3-none-any.whl
- Upload date:
- Size: 13.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6741e1c44af6019349faaf567f78bbc5b3db984ea77acfa86b2c2987d2dc0514
|
|
| MD5 |
5a74f7643cb045acc9b837e8999ca1f3
|
|
| BLAKE2b-256 |
407d377371a3ed08d0c262fc6aef0e19c3e657769a56acb946b47c96a09d4191
|