Enables the display of python errors (if any)
(&mut self, option: bool)
| 334 | |
| 335 | /// Enables the display of python errors (if any) |
| 336 | pub fn set_show_errors(&mut self, option: bool) -> &mut Self { |
| 337 | self.show_errors = option; |
| 338 | self |
| 339 | } |
| 340 | |
| 341 | /// Configures 3D subplots |
| 342 | /// |
no outgoing calls