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.1.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.1-py3-none-any.whl
(13.9 kB
view details)
File details
Details for the file chiaro-0.1.1.tar.gz.
File metadata
- Download URL: chiaro-0.1.1.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 |
0cd066b47a95bbe7a923585e798b6154b26b0756bbc8d0ad80d9faa691386433
|
|
| MD5 |
67b5e02b8f4c1b3f0c325b982147993b
|
|
| BLAKE2b-256 |
0cbc76a9e48d60b8b3c64d767f22da4501e467359b45cf6401ae5a1d3247d792
|
File details
Details for the file chiaro-0.1.1-py3-none-any.whl.
File metadata
- Download URL: chiaro-0.1.1-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 |
7a4d1d3cc19d5edae6ca8610b20e62353dfcde8be0894c6e40c33b3f82f07a3b
|
|
| MD5 |
5f1bb8d5fcfe86d5e215b701e4fc1189
|
|
| BLAKE2b-256 |
101fbc8a4aa7e95352a80aaded76e73fc8568d3e63a36c2bd93c4b7eec5f6219
|