Skip to content
Snippets Groups Projects

Feature for users to hide/show and reorder channels

Merged Lan Dam requested to merge i188_hide_show_channels_from_plotted_figure into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -25,8 +25,9 @@ Note: log_data for RT130's dataset has only one channel: SOH
'data' (np.array): data that has been trimmed and down-sampled for plotting
'chan_db_info' (dict): the plotting parameters got from database
for this channel - dict,
ax: axes to draw the channel in PlottingWidget
ax_wf (matplotlib.axes.Axes): axes to draw the channel in WaveformWidget
'ax': axes to draw the channel in PlottingWidget
'ax_wf' (matplotlib.axes.Axes): axes to draw the channel in WaveformWidget
'visible': flag to show or hide channel
}
}
Loading