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

Method set_zmin

src/plot.rs:608–611  ·  view source on GitHub ↗

Sets minimum z

(&mut self, zmin: f64)

Source from the content-addressed store, hash-verified

606
607 /// Sets minimum z
608 pub fn set_zmin(&mut self, zmin: f64) -> &mut Self {
609 write!(&mut self.buffer, "plt.gca().set_zlim(zmin={})\n", zmin).unwrap();
610 self
611 }
612
613 /// Sets maximum z
614 pub fn set_zmax(&mut self, zmax: f64) -> &mut Self {

Callers 2

set_functions_workFunction · 0.80
test_plot_3dFunction · 0.80

Calls

no outgoing calls

Tested by 2

set_functions_workFunction · 0.64
test_plot_3dFunction · 0.64