Expand description
PlotIron - A Rust plotting library inspired by matplotlib
This library provides a simple and intuitive API for creating 2D plots similar to matplotlib in Python.
Re-exports§
pub use axes::Axes;pub use colors::Color;pub use figure::Figure;pub use markers::Marker;pub use plot::Plot;pub use plot::PlotType;
Modules§
- axes
- Axes functionality for plots
- colors
- Color definitions and utilities
- dot
- DOT graph rendering module with advanced layout algorithms Provides Graphviz-like functionality for rendering DOT graphs
- figure
- Figure management and SVG generation
- markers
- Marker definitions for scatter plots and line plots
- plot
- Plot types and plotting functionality
- prelude
- Prelude module for plotiron
- utils
- Utility functions for the plotting library
- viewer
Traits§
- IntoVec
- Trait for types that can be converted into Vec
Functions§
- figure
- Create a new figure with default settings
- figure_
with_ size - Create a new figure with specified width and height
- plot
- Quick plot function for simple line plots
- scatter
- Quick scatter plot function