Docs.rs
complot-0.3.5
complot 0.3.5
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
rconan
Dependencies
colorous ^1.0.3
normal
num-traits ^0.2.14
normal
plotters ^0.3
normal
Versions
79.41%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
complot
0.3.5
Modules
tri
Macros
complot
Structs
Axis
Colorbar
Combo
Config
Heatmap
LinLog
LogLin
LogLog
Plot
Scatter
Enums
Kind
Functions
canvas
Type Aliases
Complot
complot
Type Alias
Complot
Copy item path
Settings
Help
Summary
Source
pub type Complot = (
Vec
<
Box
<dyn
Iterator
<Item = (
f64
,
Vec
<
f64
>)>>>,
Vec
<
Kind
>,
Option
<
Config
>);