Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/donkeyteethUX/iced_plot
/ view
Function
view
examples/fills.rs:19–21 ·
view source on GitHub ↗
(widget: &PlotWidget)
Source
from the content-addressed store, hash-verified
17
}
18
19
fn view(widget: &PlotWidget) -> Element<'_, PlotUiMessage> {
20
widget.view()
21
}
22
23
fn new() -> PlotWidget {
24
let upper_positions: Vec<[f64; 2]> = (0..450)
Callers
nothing calls this directly
Calls
1
view
Method · 0.45
Tested by
no test coverage detected