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

Method add_series

src/plot_widget.rs:175–180  ·  view source on GitHub ↗

Add a data series to the plot. If there exists a series with the same `item.id` ([ShapeId]), the old one will be replaced.

(&mut self, item: Series)

Source from the content-addressed store, hash-verified

173 x_ticks: Vec::new(),
174 y_ticks: Vec::new(),
175 picked_points: IndexMap::new(),
176 hovered_points: IndexMap::new(),
177 cursor_ui: None,
178 shape_overlays_enabled: AtomicBool::new(false),
179 camera_bounds: None,
180 }
181 }
182
183 /// Add a data series to the plot.

Callers 15

newFunction · 0.45
newFunction · 0.45
newMethod · 0.45
plot_widgetFunction · 0.45
plot_widgetFunction · 0.45
newFunction · 0.45
newFunction · 0.45
newMethod · 0.45
new_plotFunction · 0.45
newMethod · 0.45
newFunction · 0.45

Calls 1

validateMethod · 0.80