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)
| 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. |