Crate plotiron

Crate plotiron 

Source
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 figure::Figure;
pub use axes::Axes;
pub use plot::Plot;
pub use plot::PlotType;
pub use colors::Color;
pub use markers::Marker;

Modules§

axes
Axes functionality for plots
colors
Color definitions and utilities
dot_renderer
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
utils
Utility functions for the plotting library

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