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

Method with_y_tick_labels

src/plot_widget_builder.rs:274–277  ·  view source on GitHub ↗

Set whether tick labels for the y axis will be shown.

(mut self, enabled: bool)

Source from the content-addressed store, hash-verified

272 pub fn with_x_tick_labels(mut self, enabled: bool) -> Self {
273 self.enable_x_tick_labels = Some(enabled);
274 self
275 }
276
277 /// Set whether tick labels for the y axis will be shown.
278 pub fn with_y_tick_labels(mut self, enabled: bool) -> Self {
279 self.enable_y_tick_labels = Some(enabled);
280 self

Callers 1

newMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected