MCPcopy Create free account
hub / github.com/cpmech/plotpy / set_hide_yticks

Method set_hide_yticks

src/plot.rs:518–521  ·  view source on GitHub ↗

Sets an option to hide the ticks along the y axis

(&mut self)

Source from the content-addressed store, hash-verified

516
517 /// Sets an option to hide the ticks along the y axis
518 pub fn set_hide_yticks(&mut self) -> &mut Self {
519 write!(&mut self.buffer, "plt.gca().set_yticklabels([])\n").unwrap();
520 self
521 }
522
523 /// Sets an option to hide the ticks along the z axis
524 pub fn set_hide_zticks(&mut self) -> &mut Self {

Callers 2

additional_features_workFunction · 0.80
test_plot_3dFunction · 0.80

Calls

no outgoing calls

Tested by 2

additional_features_workFunction · 0.64
test_plot_3dFunction · 0.64