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

Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added baseline images
  • Loading branch information
jklymak committed Sep 20, 2017
commit 013d2e2e70d99ce6f651b259a5eb5d760da85ec3
Binary file not shown.
29 changes: 29 additions & 0 deletions lib/matplotlib/tests/baseline_images/test_image/figimage-0.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
29 changes: 29 additions & 0 deletions lib/matplotlib/tests/baseline_images/test_image/figimage-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion lib/matplotlib/tests/test_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def test_figimage():

@image_comparison(baseline_images=['figimage-1'],
extensions=['png','svg','pdf'])
def test_figimage():
def test_figimage2():
'test the figimage method'

for suppressComposite in [True]:
Expand Down