GPS Lk/Unlk and GPS Clock Power are still plotted separately on some exp
Ex: RT130 9AFA
Ex: RT130 9AFA
added PriorityHigh Type: Feature labels
In SOHWidget.plot_single_channe(), line c_data['ax'] = ax
doesn't take affect on plotting data. We need to access to the actual plotting data like this:
try:
self.plotting_data1[chan_id]['ax'] = ax
except KeyError:
self.plotting_data2[chan_id]['ax'] = ax
And have to do the same for waveform dialog for consistency.
closed
reopened
mentioned in merge request !180 (merged)
closed with merge request !180 (merged)