Docs.rs
cgrustplot-1.2.2
cgrustplot 1.2.2
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Christopherfrommaine
Dependencies
image ^0.25.6
normal
log ^0.4.27
normal
num ^0.4.3
normal
rand ^0.9.0
normal
rayon ^1.10.0
normal
Versions
55.87%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
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
Skip to main content
Module array_plot
cgrustplot
1.2.2
Module array_
plot
Sections
Array Plot
Functions
Module Items
Structs
Functions
In cgrustplot::
plots
cgrustplot
::
plots
Module
array_
plot
Copy item path
Source
Expand description
§
Array Plot
Displays a table of values with different shades.
§
Functions
array_plot
- Generates an ArrayPlotBuilder from a table.
bin_arr
- Bins a float table to a specific number of values.
Structs
§
Array
Plot
Builder
Builder for an Array Plot Set various options for plotting the data.
Functions
§
array_
plot
Displays a table of values with different shades.
bin_arr
Bins an array of floats into n evenly-spaced values.