Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/donkeyteethUX/iced_plot
/ view
Function
view
examples/custom_ticks.rs:25–27 ·
view source on GitHub ↗
(widget: &PlotWidget)
Source
from the content-addressed store, hash-verified
23
}
24
25
fn view(widget: &PlotWidget) -> Element<'_, PlotUiMessage> {
26
widget.view()
27
}
28
29
fn new() -> PlotWidget {
30
// Generate some sample data representing temperature over time
Callers
nothing calls this directly
Calls
1
view
Method · 0.45
Tested by
no test coverage detected