[go: up one dir, main page]

plotters 0.1.3

Anoter Plotting Library in Rust
Documentation
# 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
![]https://raw.githubusercontent.com/38/plotters/master/examples/outputs/sample.png

- CandleStick Chart [source code]https://github.com/38/plotters/blob/master/examples/stock.rs
![]https://raw.githubusercontent.com/38/plotters/master/examples/outputs/stock.png

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

![](https://raw.githubusercontent.com/38/plotters/master/examples/outputs/histogram.png)