From 19ac2401990243d3f48deb6c5215ec1cc3f902c7 Mon Sep 17 00:00:00 2001 From: Ian Bush <bush@ill.fr> Date: Tue, 24 Jul 2018 13:38:55 +0200 Subject: [PATCH] Refs #22518 #22995 Increase number of plots before warning --- qt/applications/workbench/workbench/plotting/config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qt/applications/workbench/workbench/plotting/config.py b/qt/applications/workbench/workbench/plotting/config.py index 88f416704d1..06bf20cf73f 100644 --- a/qt/applications/workbench/workbench/plotting/config.py +++ b/qt/applications/workbench/workbench/plotting/config.py @@ -30,7 +30,8 @@ MPL_BACKEND = 'module://workbench.plotting.backend_workbench' # Our style defaults DEFAULT_RCPARAMS = { - 'figure.facecolor': 'w' + 'figure.facecolor': 'w', + 'figure.max_open_warning': 200 } -- GitLab