Skip to content

Commit 2136935

Browse files
authored
delete whitespace
delete whitespace in comment
1 parent ee15518 commit 2136935

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6028,9 +6028,9 @@ def _pcolorargs(self, funcname, *args, shading='auto', **kwargs):
60286028
# at the midpoints between the grid centers and then use the
60296029
# flat algorithm.
60306030
def _interp_grid(X, require_monotonicity=False):
6031-
# helper for below. To ensure the cell edges are calculated
6032-
# correctly, when expanding columns, the monotonicity of
6033-
# X coords needs to be checked. When expanding rows, the
6031+
# helper for below. To ensure the cell edges are calculated
6032+
# correctly, when expanding columns, the monotonicity of
6033+
# X coords needs to be checked. When expanding rows, the
60346034
# monotonicity of Y coords needs to be checked.
60356035
if np.shape(X)[1] > 1:
60366036
dX = np.diff(X, axis=1) * 0.5

0 commit comments

Comments
 (0)