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

Skip to content

Get proper renderer width and height in FigureImage #9204

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Sep 24, 2017
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