Skip to content

Commit 27dab7c

Browse files
committed
Fix PEP8
1 parent 5b82af6 commit 27dab7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_colorbar.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ def test_colorbarbase():
259259
baseline_images=['colorbar_closed_patch'],
260260
remove_text=True)
261261
def test_colorbar_closed_patch():
262-
fig = plt.figure(figsize=(8,6))
262+
fig = plt.figure(figsize=(8, 6))
263263
ax1 = fig.add_axes([0.05, 0.85, 0.9, 0.1])
264264
ax2 = fig.add_axes([0.05, 0.65, 0.9, 0.1])
265265
ax3 = fig.add_axes([0.05, 0.45, 0.9, 0.1])

0 commit comments

Comments
 (0)