Clears the current axes
(&mut self)
| 284 | |
| 285 | /// Clears the current axes |
| 286 | pub fn clear_current_axes(&mut self) -> &mut Self { |
| 287 | self.buffer.push_str("plt.gca().cla()\n"); |
| 288 | self |
| 289 | } |
| 290 | |
| 291 | /// Clears current figure |
| 292 | pub fn clear_current_figure(&mut self) -> &mut Self { |
no outgoing calls