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

Skip to content

Commit a9d9eaf

Browse files
author
Yi Wei
committed
fix formatting
1 parent 6542ab9 commit a9d9eaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_axes.py

Lines 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)