Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a9d9eaf

Browse filesBrowse files
author
Yi Wei
committed
fix formatting
1 parent 6542ab9 commit a9d9eaf
Copy full SHA for a9d9eaf

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/tests/test_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_axes.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1489,7 +1489,7 @@ def test_pcolorargs():
14891489
X, Y = np.meshgrid(x, y)
14901490
Z = np.sin(2 * np.pi * X) * np.cos(2 * np.pi * Y)
14911491
Zmask = np.broadcast_to([True, False]*5, Z.shape)
1492-
masked_Z = np.ma.array(Z, mask = Zmask)
1492+
masked_Z = np.ma.array(Z, mask=Zmask)
14931493
plt.pcolormesh(X, Y, masked_Z)
14941494

14951495

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.