Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/donkeyteethUX/iced_plot
/ view
Function
view
examples/line_only.rs:48–50 ·
view source on GitHub ↗
(widget: &PlotWidget)
Source
from the content-addressed store, hash-verified
46
}
47
48
fn view(widget: &PlotWidget) -> Element<'_, PlotUiMessage> {
49
widget.view()
50
}
51
52
fn new() -> PlotWidget {
53
let positions = (0..100)
Callers
nothing calls this directly
Calls
1
view
Method · 0.45
Tested by
no test coverage detected