rsplot 0.5.0

silx-style scientific plotting for egui, rendered with wgpu
Documentation
//! The `Plot` model, backend abstraction, and shared types.

pub mod backend;
pub mod background;
pub mod calibration;
pub mod color;
pub mod colormap;
pub mod colormap_io;
pub mod complex;
pub mod decimate;
pub mod dtime_ticks;
pub mod fitting;
pub mod histogram;
pub mod items;
pub mod marker;
pub mod peaks;
pub mod plot;
pub mod roi;
pub mod roi_io;
pub mod scatter_viz;
pub mod scene3d;
pub mod shape;
pub mod sift_align;
pub mod stats;
pub mod ticklayout;
pub mod transform;
pub mod triangles;