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

fix typo on ax's attribute name

parent 61213ec5
No related branches found
No related tags found
3 merge requests!149Fix bug happen when zooming in overlap section,!148fix zooming, order, y for the combination of 2 channels GPS_lk_Unlk and GPS_clock_power,!145Change to use matplotlib's lim for zooming
......@@ -222,7 +222,7 @@ class PlottingAxes:
# set samples' total on right side
if len(sample_no_list) == 1:
ax.center_total_points_lbl = ax.text(
ax.center_total_point_lbl = ax.text(
1.005, 0.5,
sample_no_list[0],
horizontalalignment='left',
......
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