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

Method set_horizontal_gap

src/plot.rs:465–468  ·  view source on GitHub ↗

Sets the horizontal gap between subplots

(&mut self, value: f64)

Source from the content-addressed store, hash-verified

463
464 /// Sets the horizontal gap between subplots
465 pub fn set_horizontal_gap(&mut self, value: f64) -> &mut Self {
466 write!(&mut self.buffer, "plt.subplots_adjust(wspace={})\n", value).unwrap();
467 self
468 }
469
470 /// Sets the vertical gap between subplots
471 pub fn set_vertical_gap(&mut self, value: f64) -> &mut Self {

Callers 5

subplot_functions_workFunction · 0.80
test_slope_icon_exampleFunction · 0.80
test_plotFunction · 0.80
test_plot_3dFunction · 0.80
test_plot_subplotsFunction · 0.80

Calls

no outgoing calls

Tested by 5

subplot_functions_workFunction · 0.64
test_slope_icon_exampleFunction · 0.64
test_plotFunction · 0.64
test_plot_3dFunction · 0.64
test_plot_subplotsFunction · 0.64