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

Method series_ids

src/plot_widget.rs:418–420  ·  view source on GitHub ↗

Get an iterator over the series ids in the plot.

(&self)

Source from the content-addressed store, hash-verified

416 && let Size::World(size) = marker_style.size
417 {
418 let half = size * 0.5;
419 [point.x + half, point.y + half]
420 } else {
421 [point.x, point.y]
422 }
423 }

Callers 2

update_plotFunction · 0.80
updateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected