Plotters is a flexible drawing library for data visualization written in pure Rust. The library isn't aimed supporting different types of plotting, but a generic platform that can be extended to support different types of visualization methods.
For detailed documentation, visit the documentation on docs.rs
Sample Plot source code
CandleStick Chart source code
Histogram source code