We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f2106e6 + 101e242 commit aa425aeCopy full SHA for aa425ae
1 file changed
datalab/gui/main.py
@@ -57,6 +57,8 @@
57
APP_NAME,
58
DATAPATH,
59
DEBUG,
60
+ PLOTPY_CONF,
61
+ PLOTPY_DEFAULTS,
62
TEST_SEGFAULT_ERROR,
63
Conf,
64
_,
@@ -2426,6 +2428,7 @@ def __update_color_mode(self, startup: bool = False) -> None:
2426
2428
self.setUpdatesEnabled(False)
2427
2429
2430
plotpy_config.set_plotpy_color_mode(mode)
2431
+ PLOTPY_CONF.update_defaults(PLOTPY_DEFAULTS)
2432
2433
if self.console is not None:
2434
self.console.update_color_mode()
0 commit comments