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

Skip to content

Commit 9a3952e

Browse files
author
Tuan333
committed
fixed test case to meet pep8
1 parent 8469cf9 commit 9a3952e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_patches.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ def test_multi_color_hatch():
338338
r = Rectangle((i-.8/2, 5), .8, 1, hatch='//', fc='none')
339339
ax.add_patch(r)
340340

341-
@image_comparison(baseline_images=['polar_proj'],extensions=['png'])
341+
@image_comparison(baseline_images=['polar_proj'], extensions=['png'])
342342
def test_adding_rectangle_patch_with_polar_projection():
343343
fig = plt.figure()
344344
ax = fig.add_subplot(111, projection='polar')

0 commit comments

Comments
 (0)