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

Method add_series

src/plot_widget_builder.rs:313–316  ·  view source on GitHub ↗

Add a [`Series`] to the plot.

(mut self, series: Series)

Source from the content-addressed store, hash-verified

311 {
312 self.style = Some(Arc::new(style));
313 self
314 }
315
316 /// Add a [`Series`] to the plot.
317 pub fn add_series(mut self, series: Series) -> Self {
318 self.series.push(series);
319 self

Callers 1

buildMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected