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

Method autoscale_on_updates

src/plot_widget.rs:773–775  ·  view source on GitHub ↗

Enable or disable autoscaling on updates (default: enabled)

(&mut self, enabled: bool)

Source from the content-addressed store, hash-verified

771 .padding(PLOT_CONTENT_PADDING)
772 .style(|theme: &Theme| self.update_style(theme).plot_area)
773 .into()
774 }
775
776 fn view_shape_overlay<'a, Message>(
777 &'a self,
778 shape: plot_overlay::PlotOverlay<'a, Message>,

Callers 1

buildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected