You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to save a plot as an EPS file with savefig() function, the result is just blank image. If I set text.usetex option to False, everything looks fine. The problem is only with EPS format. PDF or PNG files are produced correctly regardless of text.usetex option.
I'm having exactly the same issue since a couple of weeks (Arch Linux as well). When the text.usetex option is set to True, the eps figures result in blank files. I tried the agg and ps backends. My packages are:
python 3.8.2-2
python-matplotlib 3.2.1-1
Bug report
When I try to save a plot as an EPS file with savefig() function, the result is just blank image. If I set text.usetex option to False, everything looks fine. The problem is only with EPS format. PDF or PNG files are produced correctly regardless of text.usetex option.
Code for reproduction
The code can be as simple as
Actual outcome
Blank EPS file (but it's size is 182K).
Expected outcome
EPS file containing an actual plot.
Matplotlib version
The text was updated successfully, but these errors were encountered: