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

Method add_pick_point

src/plot_widget.rs:490–492  ·  view source on GitHub ↗

Add a pick point to the plot.

(&mut self, point_id: PointId)

Source from the content-addressed store, hash-verified

488 series_id,
489 point_index: i,
490 });
491 }
492 }
493 nearest_point
494 }
495

Callers 3

update_plotFunction · 0.80
updateMethod · 0.80
updateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected