Clears current figure
(&mut self)
| 290 | |
| 291 | /// Clears current figure |
| 292 | pub fn clear_current_figure(&mut self) -> &mut Self { |
| 293 | self.buffer.push_str("plt.clf()\n"); |
| 294 | self |
| 295 | } |
| 296 | |
| 297 | /// Adds legend to the current axes using default Legend settings |
| 298 | /// |
no outgoing calls