rustplotlib 0.0.3

A tiny library to create charts, by using matplotlib.
Documentation
# `rustplotlib` [![]http://meritbadge.herokuapp.com/rustplotlib]https://crates.io/crates/rustplotlib [![docs.rs]https://docs.rs/rustplotlib/badge.svg]https://docs.rs/rustplotlib [![Build Status]https://travis-ci.org/ubnt-intrepid/rustplotlib.svg?branch=master]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.