From f89fcb906675780814635bc635d4392e20d49485 Mon Sep 17 00:00:00 2001 From: jhemedin Date: Thu, 10 Jun 2021 11:18:35 -0500 Subject: [PATCH] removing whitespace --- act/plotting/timeseriesdisplay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/act/plotting/timeseriesdisplay.py b/act/plotting/timeseriesdisplay.py index 810fbd648d..0b75be369b 100644 --- a/act/plotting/timeseriesdisplay.py +++ b/act/plotting/timeseriesdisplay.py @@ -472,7 +472,7 @@ def plot(self, field, dsname=None, subplot_index=(0, ), # Add in nans to ensure the data are not streaking if add_nan is True: xdata, data = data_utils.add_in_nan(xdata, data) - + # Sets shading parameter to auto. Matplotlib will check deminsions. # If X,Y and C are same deminsions shading is set to nearest. # If X and Y deminsions are 1 greater than C shading is set to flat.