MCPcopy 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
23fn view(widget: &PlotWidget) -> Element<'_, PlotUiMessage> {
24 widget.view()
25}
26
27fn 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

viewMethod · 0.45

Tested by

no test coverage detected