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

Method set_label_y

src/plot.rs:917–920  ·  view source on GitHub ↗

Sets the label for the y-axis

(&mut self, label: &str)

Source from the content-addressed store, hash-verified

915
916 /// Sets the label for the y-axis
917 pub fn set_label_y(&mut self, label: &str) -> &mut Self {
918 write!(&mut self.buffer, "plt.gca().set_ylabel(r'{}')\n", label).unwrap();
919 self
920 }
921
922 /// Sets the label for the z-axis
923 pub fn set_label_z(&mut self, label: &str) -> &mut Self {

Callers 7

set_functions_workFunction · 0.80
test_subplot_3dFunction · 0.80
test_plotFunction · 0.80
test_plot_3dFunction · 0.80

Calls

no outgoing calls

Tested by 7

set_functions_workFunction · 0.64
test_subplot_3dFunction · 0.64
test_plotFunction · 0.64
test_plot_3dFunction · 0.64