Skip to main content

Fluent Grammar-of-Graphics in Python

Project description

Chiaro

CI

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


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)

Uploaded Source

Built Distribution

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

chiaro-0.1.2-py3-none-any.whl (13.9 kB view details)

Uploaded Python 3

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

Hashes for chiaro-0.1.2.tar.gz
Algorithm Hash digest
SHA256 a35e181fbf4f828244c8bbc05e80fbf65b1d3d9d74abf5c475d4a714259a0619
MD5 6a0f3fdfa3f92c5f5ec7e20c3a3721bc
BLAKE2b-256 15ec80a292f3563171e7a7c0ec388689d9e80236d616fb8238571b7256aad538

See more details on using hashes here.

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

Hashes for chiaro-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 6741e1c44af6019349faaf567f78bbc5b3db984ea77acfa86b2c2987d2dc0514
MD5 5a74f7643cb045acc9b837e8999ca1f3
BLAKE2b-256 407d377371a3ed08d0c262fc6aef0e19c3e657769a56acb946b47c96a09d4191

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