# `rustplotlib` [](https://crates.io/crates/rustplotlib) [](https://docs.rs/rustplotlib) [](https://travis-ci.org/ubnt-intrepid/rustplotlib)
A tiny library for creating 2D charts, by using matplotlib.
This project is inspired by mneumann's [matplotlib-rs](https://github.com/mneumann/matplotlib-rs),
and SiegeLord's [RustGnuplot](https://github.com/SiegeLord/RustGnuplot).
__WARNING__
This project is currently under the development.
It means that some broken changes will be occurred in API.
## Features
* builder style API
* support for multiple backends
## API Documentation
* Latest release: [docs.rs](https://docs.rs/rustplotlib)
* Development: [master](https://ubnt-intrepid.github.io/rustplotlib/rustplotlib/)
## License
This software is released under the MIT license.
See [LICENSE](LICENSE) for details.