Expand description
Charton is a powerful plotting library for Rust that provides first-class, native support for Rust Polars, and offers an API similar to Python’s Altair, making it easy for users familiar with declarative, instruction-based plotting to migrate. It also allows you to leverage existing mature visualization ecosystems, such as Altair and Matplotlib. By seamlessly integrating with evcxr_jupyter, Charton facilitates the creation of informative and aesthetically pleasing visualizations interactively, making it especially well-suited for exploratory data analysis.
Modules§
- bridge
bridge: Python interoperability (requires Python installed). More languages may be supported in the future.- chart
- coordinate
- core
- encode
- error
- facets
- mark
- prelude
- render
- scale
- stats
- theme
- transform
- visual
Macros§
- data
- A macro that creates a
InputDatainstance from a variable.
Type Aliases§
- Precision
- Represents the floating-point precision used specifically for the rendering stage.