charton 0.4.1

A high-level, layered charting system for Rust, designed for Polars-first data workflows and multi-backend rendering.
Documentation
1
2
3
4
5
6
7
8
9
pub mod aesthetics;
pub mod composite;
pub mod context;
pub mod conversion;
pub mod data;
pub mod guide;
pub mod layer;
pub mod layout;
pub mod utils;