Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Open
Description
Bug summary
It seems like the font is always embedded in (e)ps-files if usetex is used (for example from the rcparams file).
Code for reproduction
importmatplotlibasmplimportmatplotlib.pyplotaspltmpl.rcParams['text.usetex']=Truefig,ax=plt.subplots()ax.set_axis_off()fig.savefig('empty.ps')
Actual outcome
A 161 kB empty ps-file.
Expected outcome
No font embedded if text is not used. (No need to do the LaTeX-step?)
Additional information
No response
Operating system
No response
Matplotlib Version
3.6.0.dev2700+gee7c4a079e.d20220611
Matplotlib Backend
No response
Python version
No response
Jupyter version
No response
Installation
from source (.tar.gz)