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

Method set_align_labels

src/plot.rs:426–429  ·  view source on GitHub ↗

Aligns the labels when using subplots

(&mut self)

Source from the content-addressed store, hash-verified

424
425 /// Aligns the labels when using subplots
426 pub fn set_align_labels(&mut self) -> &mut Self {
427 write!(&mut self.buffer, "plt.gcf().align_labels()\n").unwrap();
428 self
429 }
430
431 /// Adds a title to the plot or sub-plot
432 ///

Calls

no outgoing calls

Tested by 2

gridspec_functions_workFunction · 0.64