Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1996d98

Browse files
committed
FIX: whitespace
1 parent f973b19 commit 1996d98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/cbook.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,10 @@ def contiguous_regions(mask: ArrayLike) -> list[np.ndarray]: ...
148148
def is_math_text(s: str) -> bool: ...
149149
def hexbin(
150150
x: ArrayLike,
151-
y: ArrayLike,
151+
y: ArrayLike,
152152
C: ArrayLike | None = None,
153153
gridsize: int | tuple[int, int] = 100,
154-
xscale: str = 'linear',
154+
xscale: str = 'linear',
155155
yscale: str = 'linear',
156156
extent: ArrayLike | None = None,
157157
reduce_C_function: Callable = np.mean,

0 commit comments

Comments
 (0)