Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/donkeyteethUX/iced_plot
/ view
Function
view
examples/reference_lines.rs:21–23 ·
view source on GitHub ↗
(widget: &PlotWidget)
Source
from the content-addressed store, hash-verified
19
}
20
21
fn view(widget: &PlotWidget) -> Element<'_, PlotUiMessage> {
22
widget.view()
23
}
24
25
fn new() -> PlotWidget {
26
// Plot some interesting functions with asymptotes.
Callers
nothing calls this directly
Calls
1
view
Method · 0.45
Tested by
no test coverage detected