From baad9de14dc2f95a777f88a33f1815ffd9ab2dfc Mon Sep 17 00:00:00 2001 From: Thomas Nicholas Date: Thu, 28 Oct 2021 18:17:32 -0400 Subject: [PATCH] remove trailing whitespace --- xarray/plot/plot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xarray/plot/plot.py b/xarray/plot/plot.py index f41e934c12d..60f132d07e1 100644 --- a/xarray/plot/plot.py +++ b/xarray/plot/plot.py @@ -1162,7 +1162,7 @@ def newplotfunc( xval = xval.to_numpy() yval = yval.to_numpy() - # Pass the data as a masked ndarray too + # Pass the data as a masked ndarray too zval = darray.to_masked_array(copy=False) # Replace pd.Intervals if contained in xval or yval.