kuva 0.1.6

Scientific plotting library in Rust with various backends.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#[allow(clippy::module_inception)]
pub mod render;
pub mod render_utils;
pub mod layout;
pub mod plots;
pub mod axis;
pub mod annotations;
pub mod figure;
pub mod theme;
pub mod palette;
pub mod datetime;
pub mod color;