Docs.rs
npcore-0.1.3
npcore 0.1.3
Docs.rs crate page
GPL-3.0
Links
Documentation
Repository
crates.io
Source
Owners
Siel
mhovd
Dependencies
argmin ^0.9.0
normal
argmin-math ^0.3.0
normal
chrono ^0.4
normal
config ^0.13
normal
crossterm ^0.27.0
normal
csv ^1.2.1
normal
dashmap ^5.5.3
normal
dyn-stack ^0.10.0
normal
eyre ^0.6.8
normal
faer ^0.15.0
normal
faer-core ^0.15.0
normal
faer-qr ^0.16.0
normal
itertools ^0.12.0
normal
lazy_static ^1.4.0
normal
linfa-linalg ^0.1.0
normal
ndarray ^0.15.6
normal
ndarray-csv ^0.5.2
normal
ndarray-stats ^0.5.1
normal
ode_solvers ^0.3.7
normal
ratatui ^0.25.0
normal
rawpointer ^0.2.1
normal
rayon ^1.8.0
normal
serde ^1.0.188
normal
serde_derive ^1.0.188
normal
serde_json ^1.0.66
normal
sobol_burley ^0.5.0
normal
tokio ^1.32.0
normal
toml ^0.8.1
normal
tracing ^0.1.40
normal
tracing-subscriber ^0.3.17
normal
Versions
28.91%
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
draw_plot
npcore
0.1.3
In npcore::
tui::
components
npcore
::
tui
::
components
Function
draw_
plot
Copy item path
Source
pub fn draw_plot(norm_data: &mut [(
f64
,
f64
)]) ->
Chart
<'_>