Skip to content

Commit 5781bd0

Browse files
committed
update comparison result to exclude text
1 parent a1c4ce4 commit 5781bd0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/mpl_toolkits/tests/test_axes_grid1.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,8 @@ def get_demo_image():
159159

160160

161161
@image_comparison(
162-
baseline_images=['fill_facecolor'], extensions=['png'])
162+
baseline_images=['fill_facecolor'], extensions=['png'],
163+
remove_text=True, style='mpl20')
163164
def test_fill_facecolor():
164165
fig, ax = plt.subplots(1, 5)
165166
fig.set_size_inches(5, 5)

0 commit comments

Comments
 (0)