-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Saving polar plots with MiKTeX on Windows fails for some file formats #14146
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
This version is fairly old; please try with 3.0.2. |
I can reproduce this with master branch, windows 8.1 and miktex 2.9.6630. It bisects to #11381 |
Looks like a duplicate of #10272 (try installing the cm-super tex package)? |
Installing cm-super solves this for pdf output, but not for svg. In the svg case I get
And the output is a svg file without the I think the main point here, in contrast to #10272 is, that a standard empty plot should not fail for standard latex installations. |
Looks like if you zoom a lot, you'll see a tiny degree sign, which suggests to me that the problem is the same as the one described in #12928? |
Yes, with current master, the warning reads
|
The warning is actually spurious (per #14156), but the sizing problem is real. |
Uh oh!
There was an error while loading. Please reload this page.
Bug summary
Saving matplotlib polar plots on Windows 7 and Windows 10, with MiKTex 2.9.7.000, fails for some formats (e.g., pdf, svg) and works for others (e.g., png, jpg)
Code for reproduction
Actual outcome
"Error saving .... " window pops up with error code b'tcss1000' for pdf, and b'tcss3583' for svg. (The numbers change)
Matplotlib version
print(matplotlib.get_backend())
): Qt5AggInstalled via Anaconda3
The text was updated successfully, but these errors were encountered: