updated docstring

This commit is contained in:
2023-05-25 11:16:52 +02:00
parent 7ea180bfb8
commit 7a1a9479c8

View File

@ -110,7 +110,7 @@ class MainWindow(QMainWindow):
"""
Create a new image <name> using the configuration dict <cfg>.
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():