Skip to content

Commit

Permalink
Only plot selected channels after using algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
MalteOlle committed Oct 6, 2021
1 parent 0f17772 commit 7eb94af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mad_gui/plot_tools/plots/sensor_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ def _update_plotted_channels(self):
self.state.plot_channels = [
cb.objectName() for cb in menu.channel_names.findChildren(QCheckBox) if cb.isChecked()
]
Config.settings.CHANNELS_TO_PLOT = self.state.plot_channels

def _add_channel_selection_menu(self):
# adapted from pg.graphicsItems.ViewBox.channelCtrlTemplate
Expand Down

0 comments on commit 7eb94af

Please sign in to comment.