Docs.rs
matplotlib-0.2.0
matplotlib 0.2.0
Docs.rs crate page
AGPL-3.0-only
Links
Homepage
Repository
crates.io
Source
Owners
whooie
Dependencies
rand ^0.8.5
normal
serde_json ^1.0.120
normal
thiserror ^1.0.63
normal
Versions
98.72%
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
matplotlib
0.2.0
matplotlib
Function
opt
Copy item path
Source
pub fn opt<T>(key: &
str
, val: T) ->
Opt
where T:
Into
<
PyValue
>,
Expand description
Create a new
Opt
.