MCPcopy Create free account
hub / github.com/donkeyteethUX/iced_plot / view

Function view

examples/heatmap.rs:20–22  ·  view source on GitHub ↗
(widget: &PlotWidget)

Source from the content-addressed store, hash-verified

18}
19
20fn view(widget: &PlotWidget) -> Element<'_, PlotUiMessage> {
21 widget.view()
22}
23
24fn new() -> PlotWidget {
25 let cols = 40;

Callers

nothing calls this directly

Calls 1

viewMethod · 0.45

Tested by

no test coverage detected