-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
plot_directive seems to be partly ignoring plot_formats #2800
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
What do you mean 'partly', it sounds like it is entirely ignoring it. |
Well not entirely. It does in fact only include PNG files at 80 dpi, but On Tue, Feb 11, 2014 at 3:24 PM, Thomas A Caswell
|
@mdboom I think this falls in your court. If not, who should I ping about this? |
FYI, this occurs because the default template includes a section for LaTeX which requests the |
This should have been fixed by the above-mentioned PRs. |
I have a project with hundreds (~500) of figures that are generated by MPL. I have a command in the conf.py to tell MPL to only generate PNG files at 80 dpi
but when I run the build, I get an error like
for every single figure in my project.
Of course the PDF isn't readable since it shouldn't be being checked in the first place! I believe this is a regression since 1.2 or so (not sure of the exact revision though).
Hope a guru can chime in with wisdom!
The text was updated successfully, but these errors were encountered: