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§
- axis
- bridge
bridge: Python interoperability (requires Python installed). More languages may be supported in the future.- chart
- coord
- data
- encode
- error
- mark
- prelude
- render
- stats
- theme
- transform
- visual
Macros§
- data
- A macro that creates a
InputDatainstance from a variable.