Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/donkeyteethUX/iced_plot
/ view
Function
view
examples/high_precision.rs:23–25 ·
view source on GitHub ↗
(widget: &PlotWidget)
Source
from the content-addressed store, hash-verified
21
}
22
23
fn view(widget: &PlotWidget) -> Element<'_, PlotUiMessage> {
24
widget.view()
25
}
26
27
fn new() -> PlotWidget {
28
// Suppose we're plotting some time-series data which is nanoseconds apart, but the first timestamp
Callers
nothing calls this directly
Calls
1
view
Method · 0.45
Tested by
no test coverage detected