plotly 0.4.1

A plotting library powered by Plotly.js
Documentation
[dependencies.askama]
version = "0.9.0"

[dependencies.num]
version = "0.2.1"

[dependencies.plotly_orca]
optional = true
version = "0.2.1"

[dependencies.rand]
version = "0.7.3"

[dependencies.rand_distr]
version = "0.2.2"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"
[dev-dependencies.plotly_orca]
version = "0.2.1"

[features]
orca = ["plotly_orca"]

[package]
authors = ["Ioannis Giagkiozis <i.giagkiozis@gmail.com>"]
description = "A plotting library powered by Plotly.js"
documentation = "https://docs.rs/plotly"
edition = "2018"
exclude = ["target/*"]
homepage = "https://github.com/igiagkiozis/plotly"
keywords = ["plot", "chart", "plotly"]
license = "MIT"
name = "plotly"
readme = "README.md"
repository = "https://github.com/igiagkiozis/plotly"
version = "0.4.1"