Skip to content

Commit

Permalink
removing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jhemedin committed Jun 10, 2021
1 parent 0101cf5 commit f89fcb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion act/plotting/timeseriesdisplay.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f89fcb9

Please sign in to comment.