plot tps and waveform channels in alphabet order
2 unresolved threads
2 unresolved threads
closes #251 (closed)
- Create axes before creating processors to make sure the order where the axes are plotted aren't messed up by the threading.
- Channels will be ordered in alphabet order before axes are created.
Edited by Lan Dam
Merge request reports
Activity
Filter activity
assigned to @ldam
requested review from @kienle
26 26 'chan_db_info' (dict): the plotting parameters got from database 27 27 for this channel - dict, 28 28 'ax': axes to draw the channel in PlottingWidget 29 'ax_wf' (matplotlib.axes.Axes): axes to draw the channel in WaveformWidget 29 'ax_wf' : axes to draw the channel in WaveformWidget changed this line in version 2 of the diff
100 100 const.TPS_LEGEND_SIZE_FACTOR + 101 101 const.TPS_SEPARATOR_SIZE_FACTOR) 102 102 103 def start_message_and_reset_param(self, start_msg: str): 104 """ 105 Display start message and reset parameters for a new plotting. 106 107 :param start_msg: the starting message to show user that new plotting 108 has been started. 109 """ added 2 commits
added 17 commits
-
59322e10...f6bebbde - 16 commits from branch
develop
- a8ce9c65 - Merge branch 'develop' into i251_plot_in_order
-
59322e10...f6bebbde - 16 commits from branch
mentioned in commit 57291f43