Crates.io | plotly-patched |
lib.rs | plotly-patched |
version | 0.6.0-unofficial.1-foresterre |
source | src |
created_at | 2021-04-27 18:43:13.84067 |
updated_at | 2021-04-27 18:43:13.84067 |
description | A plotting library powered by Plotly.js (patched) |
homepage | https://github.com/foresterre/plotly |
repository | https://github.com/foresterre/plotly |
max_upload_size | |
id | 390300 |
size | 3,902,224 |
A plotting library for Rust powered by Plotly.js.
Add this to your Cargo.toml
:
[dependencies]
plotly = "0.6.0"
For changes since the last version please consult the change log.
The following feature flags are available:
kaleido
plotly_ndarray
Saving to png, jpeg, webp, svg, pdf and eps formats can be made available by enabling the kaleido
feature:
[dependencies]
plotly = { version = "0.6.0", features = ["kaleido"] }
For further details please see plotly_kaleido.
Please consult the contributing guide.
Plotly.rs is distributed under the terms of the MIT license.
See LICENSE-MIT, and COPYRIGHT for details.