plotly 0.1.0

Wrapper for Plotly.js
Documentation
# Plotly for Rust

A plotting library for Rust based on [Plotly JS](https://plot.ly/javascript/).

## Usage

Add this to your `Cargo.toml`:

```toml
[dependencies]
plotly = "0.1.0"
```

# License

Plotly for Rust is distributed under the terms of both the MIT license and the
Apache License (Version 2.0).

See [LICENSE-MIT](LICENSE-MIT), and [COPYRIGHT](COPYRIGHT) for details.