rustplotlib 0.0.2

A tiny library to create charts, by using matplotlib.
Documentation
# `rustplotlib`
[![](http://meritbadge.herokuapp.com/rustplotlib)](https://crates.io/crates/rustplotlib)

__WARNING__

This project is currently under the development.
It means that some broken changes will be occurred in API.

## Overview
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
* SiegeLord's [RustGnuplot]https://github.com/SiegeLord/RustGnuplot

## Features
* builder style API
* support for multiple backends (gnuplot, matplotlib)

## 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.