Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5781bd0

Browse filesBrowse files
committed
update comparison result to exclude text
1 parent a1c4ce4 commit 5781bd0
Copy full SHA for 5781bd0

File tree

Expand file treeCollapse file tree

2 files changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-1
lines changed
Loading

‎lib/mpl_toolkits/tests/test_axes_grid1.py

Copy file name to clipboardExpand all lines: lib/mpl_toolkits/tests/test_axes_grid1.py
+2-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.