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

Method set_show_errors

src/plot.rs:336–339  ·  view source on GitHub ↗

Enables the display of python errors (if any)

(&mut self, option: bool)

Source from the content-addressed store, hash-verified

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 ///

Callers 15

show_errors_worksFunction · 0.80
set_functions_workFunction · 0.80
test_inset_axes_1Function · 0.80
test_inset_axes_2Function · 0.80
test_inset_axes_3Function · 0.80
test_inset_axes_4Function · 0.80
test_inset_axes_5Function · 0.80
test_inset_axes_6Function · 0.80
test_inset_axes_7Function · 0.80
test_dark_mode_defaultFunction · 0.80
test_dark_mode_mochaFunction · 0.80

Calls

no outgoing calls

Tested by 15

show_errors_worksFunction · 0.64
set_functions_workFunction · 0.64
test_inset_axes_1Function · 0.64
test_inset_axes_2Function · 0.64
test_inset_axes_3Function · 0.64
test_inset_axes_4Function · 0.64
test_inset_axes_5Function · 0.64
test_inset_axes_6Function · 0.64
test_inset_axes_7Function · 0.64
test_dark_mode_defaultFunction · 0.64
test_dark_mode_mochaFunction · 0.64