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

Method cached_style

src/plot_widget.rs:508–513  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

506 series_id,
507 point_index: i,
508 });
509 }
510 }
511 nearest_point
512 }
513
514 /// Add a hover point to the plot.
515 pub fn add_hover_point(&mut self, point_id: PointId) {
516 self.handle_hover_pick::<false>(point_id);

Callers 4

view_tick_labelsMethod · 0.80
update_plot_programFunction · 0.80
drawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected