plotters 0.2.11

A Rust drawing library focus on data plotting for both WASM and native applications
Documentation
1
2
3
4
5
6
7
8
/*!
The data processing module, which implements algorithm related to visualization of data.
Such as, down-sampling, etc.
*/
/*use std::marker::PhantomData;
use crate::drawing::backend::DrawingBackend;
use crate::drawing::coord::RangedCoord;
use crate::chart::ChartContext;*/