Skip to content

Commit 63b3eb6

Browse files
"Group by" in plotting (#221)
1 parent 727802e commit 63b3eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/petab_gui/views/simple_plot_view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ def __init__(self, canvas, parent):
448448
self.settings_btn.setPopupMode(QToolButton.InstantPopup)
449449
self.settings_menu = QMenu(self.settings_btn)
450450
self.groupy_by_options = {
451-
grp: QAction(f"Groupy by {grp}", self)
451+
grp: QAction(f"Group by {grp}", self)
452452
for grp in ["observable", "dataset", "condition"]
453453
}
454454
self.groupy_by_options["vis_df"] = QAction(

0 commit comments

Comments
 (0)