Docs.rs
plotly-patched-0.6.0-unofficial.1-foresterre
plotly-patched 0.6.0-unofficial.1-foresterre
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
foresterre
Dependencies
askama ^0.9.0
normal
ndarray >=0.13.1
normal
optional
plotly_kaleido ^0.2.0
normal
optional
rand ^0.7.3
normal
rand_distr ^0.2.2
normal
serde ^1.0
normal
serde_json ^1.0
normal
csv ^1.1.3
dev
itertools ^0.9.0
dev
itertools-num ^0.1.3
dev
ndarray ^0.13.1
dev
plotly_kaleido ^0.2.0
dev
Versions
9.7%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
plotly_patched/ndarray/
mod.rs
1
#[derive(PartialOrd, PartialEq)]
2
pub enum
ArrayTraces {
3
OverColumns,
4
OverRows,
5
}