From 7a1a9479c88a936ea848127bd4a37394a4744406 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Thu, 25 May 2023 11:16:52 +0200 Subject: [PATCH] updated docstring --- grum/mainwin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grum/mainwin.py b/grum/mainwin.py index a37de16..ec70f60 100644 --- a/grum/mainwin.py +++ b/grum/mainwin.py @@ -110,7 +110,7 @@ class MainWindow(QMainWindow): """ Create a new image using the configuration dict . The configuration is forwarded to the constructor of ImageDescription. - Allowed keys are: title, xlabel, ylabel, image. + Allowed keys are: title, xlabel, ylabel, image, levels, cmap. """ desc = self.add_new_desc_to_list(ImageDescription, name, cfg) if self.menu_settings.checkboxes["Open new plots"].isChecked():