plotlars-core 0.12.2

Core types and traits for plotlars
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#[doc(hidden)]
pub mod ir;

pub mod components;
pub mod data;
pub mod faceting;
pub mod io;
pub mod plots;
pub mod policy;

mod plot;
pub use plot::Plot;