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

Skip to content

Commit feb5b87

Browse files
author
Tuan
authored
Update test_patches.py
1 parent 0247871 commit feb5b87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/tests/test_patches.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +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+
341342
@image_comparison(baseline_images=['polar_proj'], extensions=['png'])
342343
def test_adding_rectangle_patch_with_polar_projection():
343344
fig = plt.figure()

0 commit comments

Comments
 (0)