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

Method overlay_layer

src/plot_widget.rs:1239–1241  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

1237 .is_some_and(PositionTransform::uses_axes_coordinates)
1238 || self
1239 .vlines
1240 .get(&id)
1241 .and_then(|vline| vline.transform.as_ref())
1242 .is_some_and(|transform| transform.uses_axes_coordinates())
1243 || self
1244 .hlines

Callers 1

update_plot_programFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected