MCPcopy 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
21fn view(widget: &PlotWidget) -> Element<'_, PlotUiMessage> {
22 widget.view()
23}
24
25fn new() -> PlotWidget {
26 // Plot some interesting functions with asymptotes.

Callers

nothing calls this directly

Calls 1

viewMethod · 0.45

Tested by

no test coverage detected