From 9d993577ef09e2ebda94785e2838ae518bf2ea58 Mon Sep 17 00:00:00 2001
From: ldam <ldam@passcal.nmt.edu>
Date: Wed, 23 Aug 2023 14:34:46 -0600
Subject: [PATCH] fix typo on ax's attribute name

---
 sohstationviewer/view/plotting/plotting_widget/plotting_axes.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sohstationviewer/view/plotting/plotting_widget/plotting_axes.py b/sohstationviewer/view/plotting/plotting_widget/plotting_axes.py
index 259771507..8a38565ec 100644
--- a/sohstationviewer/view/plotting/plotting_widget/plotting_axes.py
+++ b/sohstationviewer/view/plotting/plotting_widget/plotting_axes.py
@@ -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',
-- 
GitLab