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

Method set_inv_y

src/plot.rs:1073–1076  ·  view source on GitHub ↗

Sets inverted y-axis

(&mut self)

Source from the content-addressed store, hash-verified

1071
1072 /// Sets inverted y-axis
1073 pub fn set_inv_y(&mut self) -> &mut Self {
1074 write!(&mut self.buffer, "plt.gca().invert_yaxis()\n").unwrap();
1075 self
1076 }
1077
1078 /// Sets camera in 3d graph. Sets the elevation and azimuth of the axes.
1079 ///

Callers 5

additional_features_workFunction · 0.80
test_barplot_3Function · 0.80
test_barplot_4Function · 0.80
test_boxplot_1Function · 0.80
test_boxplot_2Function · 0.80

Calls

no outgoing calls

Tested by 5

additional_features_workFunction · 0.64
test_barplot_3Function · 0.64
test_barplot_4Function · 0.64
test_boxplot_1Function · 0.64
test_boxplot_2Function · 0.64