siplot 0.1.0

silx-style scientific plotting for egui, rendered with wgpu
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//! The `Plot` model, backend abstraction, and shared types.

pub mod backend;
pub mod color;
pub mod colormap;
pub mod decimate;
pub mod dtime_ticks;
pub mod fitting;
pub mod items;
pub mod marker;
pub mod plot;
pub mod roi;
pub mod scatter_viz;
pub mod shape;
pub mod stats;
pub mod transform;
pub mod triangles;