updated docstring
This commit is contained in:
@ -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():
|
||||
|
Reference in New Issue
Block a user