Aligns the labels when using subplots
(&mut self)
| 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 | /// |
no outgoing calls