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

Method set_inv_x

src/plot.rs:1067–1070  ·  view source on GitHub ↗

Sets inverted x-axis

(&mut self)

Source from the content-addressed store, hash-verified

1065
1066 /// Sets inverted x-axis
1067 pub fn set_inv_x(&mut self) -> &mut Self {
1068 write!(&mut self.buffer, "plt.gca().invert_xaxis()\n").unwrap();
1069 self
1070 }
1071
1072 /// Sets inverted y-axis
1073 pub fn set_inv_y(&mut self) -> &mut Self {

Callers 1

additional_features_workFunction · 0.80

Calls

no outgoing calls

Tested by 1

additional_features_workFunction · 0.64