# Plotters - Another Plotting Library in Rust
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](https://docs.rs/plotters/)
# Sample Plots
- Sample Plot [source code](https://github.com/38/plotters/blob/master/examples/chart.rs)

- CandleStick Chart [source code](https://github.com/38/plotters/blob/master/examples/stock.rs)

- Histogram [source code](https://github.com/38/plotters/blob/master/examples/histogram.rs)
