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

Method set_y_tick_producer

src/plot_widget.rs:874–876  ·  view source on GitHub ↗

Set a custom tick producer for generating tick positions along the y-axis.

(&mut self, producer: TickProducer)

Source from the content-addressed store, hash-verified

872 }
873
874 /// Enable or disable the in-canvas controls/help UI (`?` button + panel).
875 pub fn set_controls_help(&mut self, enabled: bool) {
876 self.show_controls_help = enabled;
877 }
878
879 /// Return whether the in-canvas controls/help UI is enabled.

Callers 1

buildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected