Skip to content
Snippets Groups Projects
Commit f5c55f3f authored by Kien Le's avatar Kien Le
Browse files

Reset TPS plot bottom between data sets

parent c3d3a2ef
No related branches found
No related tags found
1 merge request!101Fix TPS plot being too low after the first data set.
Pipeline #2435 passed with stage
in 2 minutes and 52 seconds
......@@ -86,6 +86,7 @@ class TimePowerSquaredWidget(plotting_widget.PlottingWidget):
:param waveform_data: dict - read waveform data of selected data set,
refer to DataTypeModel.__init__.waveform_data[key]['read_data']
"""
self.plotting_bot = const.BOTTOM
self.processed_channels = []
self.channels = []
self.tps_processors = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment