-
Notifications
You must be signed in to change notification settings - Fork 48
Support non-PNG extensions #48
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
Comments
+1 to supporting other formats - my only limitation in implementing this has been time. If you have time to contribute fixes for this, that would be great! |
I suspect much of the code for doing the other format -> png conversion so that these files can be compared can be directly copied from mpl. |
Bump. Is anyone actively working on this? At least pdf? |
I haven’t had a chance to work on this, and probably won’t be able to in the near future |
matplotlib's own
image_comparison
"decorator defaults to generating png, pdf and svg output, but in interest of keeping the size of the library from ballooning we should only include the svg or pdf outputs if the test is explicitly exercising a feature dependent on that backend." (from here).Only supporting PNG seems very limiting, if not counter-intuitive.
The text was updated successfully, but these errors were encountered: