From b16db6e9f4788c2b7e1a9bd41ba8204519eb954b Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Sun, 13 Dec 2020 22:32:09 -0600
Subject: [PATCH] snapshot...

---
 modules/util/line_plot.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/util/line_plot.py b/modules/util/line_plot.py
index eaaaa211..cdcdd5c8 100644
--- a/modules/util/line_plot.py
+++ b/modules/util/line_plot.py
@@ -7,7 +7,6 @@ barWidth = 0.10
 
 def do_plot(x_values, y_values, line_labels, colors, x_axis_label=None, y_axis_label=None, invert=False, flip=False):
     num_lines = len(y_values)
-    npts = len(x_values)
 
     for k in range(num_lines):
         if flip:
-- 
GitLab