Enable or disable the in-canvas controls/help UI (`?` button + panel).
(&mut self, enabled: bool)
| 843 | { |
| 844 | self.canvas_caches.static_layer.clear(); |
| 845 | self.canvas_caches.overlay_layer.clear(); |
| 846 | } |
| 847 | } |
| 848 | |
| 849 | /// Set full interaction controls behavior for the plot. |
| 850 | pub fn set_controls(&mut self, controls: PlotControls) { |