MCPcopy 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
25fn view(widget: &PlotWidget) -> Element<'_, PlotUiMessage> {
26 widget.view()
27}
28
29fn new() -> PlotWidget {
30 // Generate some sample data representing temperature over time

Callers

nothing calls this directly

Calls 1

viewMethod · 0.45

Tested by

no test coverage detected