Change to use matplotlib's lim for zooming
All threads resolved!
All threads resolved!
closes #118 (closed)
When zooming before, downsample need to be recalculated and replot. With the reducing of data points, downsample isn't necessary anymore. SOHView now can use lim for zooming.
- Remove set_lim in PlottingWidget's subclasses.
- Recalculate total points for plot_time_dots, plot_multi_color_dots and plot_up_down_dots. (They were set when recreating axis before)
- Remove the condition to handle 'ax' or 'ax_wf' are already in c_data in SOHWidget and WaveformWidget. This case only takes place when a channel is replotted.
Edited by Lan Dam
Merge request reports
Activity
Filter activity
assigned to @ldam
requested review from @kienle
- Resolved by Kien Le
- Resolved by Kien Le
added 1 commit
- 9aa2310d - checking for key ax in plotting_data1's channel and remove artist only...
added 1 commit
- 50967518 - remove checking for ax_wf in WaveforWidget.plot_single_channel() because...
mentioned in commit 8c498265
Please register or sign in to reply