rustplotlib 0.0.1

A tiny library to create charts, by using matplotlib.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# `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.