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

Method new

src/plot_widget_builder.rs:71–73  ·  view source on GitHub ↗

Create a new PlotWidgetBuilder.

()

Source from the content-addressed store, hash-verified

69impl PlotWidgetBuilder {
70 /// Create a new PlotWidgetBuilder.
71 pub fn new() -> Self {
72 Self::default()
73 }
74
75 /// Set the x-axis label for the plot.
76 pub fn with_x_label(mut self, label: impl Into<String>) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected