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

Skip to content

Commit a7ca1a4

Browse files
committed
TEST: use compatible image test
1 parent 442dcda commit a7ca1a4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lib/matplotlib/tests/test_contour.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ def test_circular_contour_warning():
371371

372372

373373
@image_comparison(baseline_images=['contour_log_extension'],
374-
extensions=['png'])
374+
extensions=['png'], remove_text=True, style='mpl20')
375375
def test_contourf_log_extension():
376376
# Test that contourf with lognorm is extended correctly
377377
fig = plt.figure(figsize=(10,5))

0 commit comments

Comments
 (0)