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

Method set_x_axis_link

src/plot_widget.rs:309–311  ·  view source on GitHub ↗

Link the x-axis to other plots. When the x-axis is panned or zoomed, all plots sharing this link will update synchronously.

(&mut self, link: AxisLink)

Source from the content-addressed store, hash-verified

307 }
308
309 /// Clear the x-axis limits, allowing autoscaling to use data bounds.
310 pub fn clear_x_lim(&mut self) {
311 self.x_lim = None;
312 }
313
314 /// Follow mode: only scale Y-axis on each data update.

Callers 1

buildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected