Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/donkeyteethUX/iced_plot
/ view
Function
view
examples/transform.rs:26–28 ·
view source on GitHub ↗
(widget: &PlotWidget)
Source
from the content-addressed store, hash-verified
24
}
25
26
fn view(widget: &PlotWidget) -> Element<'_, PlotUiMessage> {
27
widget.view()
28
}
29
30
fn sample(count: usize, mut f: impl FnMut(f64) -> [f64; 2]) -> Vec<[f64; 2]> {
31
(0..count)
Callers
nothing calls this directly
Calls
1
view
Method · 0.45
Tested by
no test coverage detected