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

Method view

src/plot_widget.rs:636–639  ·  view source on GitHub ↗

View the plot widget.

(&'a self)

Source from the content-addressed store, hash-verified

634 Some(HoverPickEvent::Hover(point_id)) => {
635 self.hovered_points.clear();
636 self.handle_hover_pick::<false>(point_id);
637 }
638 Some(HoverPickEvent::Pick(point_id)) => {
639 self.handle_hover_pick::<true>(point_id);
640 }
641 Some(HoverPickEvent::ClearHover) => {
642 self.hovered_points.clear();

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected