Skip to content
Snippets Groups Projects
Commit 5234121e authored by Lan Dam's avatar Lan Dam
Browse files

fix waveform scale not update when zoomed

parent 06903386
No related branches found
No related tags found
1 merge request!232fix waveform scale not update when zoomed
......@@ -355,7 +355,7 @@ class Plotting:
sample_no_colors = [None, clr[d_color], None]
sample_no_pos = [None, 0.5, None]
ax.x_center = x_list[0]
ax.y_list = y_list[0]
ax.y_center = y_list[0]
self.plotting_axes.set_axes_info(
ax, sample_no_list=sample_no_list,
......
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