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

Method static_layer

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

Source from the content-addressed store, hash-verified

1233 fn shape_uses_axes_transform(&self, id: ShapeId) -> bool {
1234 self.series
1235 .get(&id)
1236 .map(|series| &series.transform)
1237 .is_some_and(PositionTransform::uses_axes_coordinates)
1238 || self
1239 .vlines
1240 .get(&id)

Callers 1

update_plot_programFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected