# `rustplotlib`
A tiny library for creating 2D charts, by using matplotlib
__WARNING!__: under development.
This project is inspired by:
* mneumann's [matplotlib-rs](https://github.com/mneumann/matplotlib-rs)
* SiegeLord's [RustGnuplot](https://github.com/SiegeLord/RustGnuplot)
# Features (in progress)
* builder style API
* minimal dependency for building
* (unplanned) support for multiple backends (gnuplot, matplotlib)
# License
This crate is released under the MIT license.
See [LICENSE](LICENSE) for details.