Skip to content
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

Tip about how to make matplotlib use Type 1 fonts #1

Open
protobits opened this issue Mar 19, 2019 · 0 comments
Open

Tip about how to make matplotlib use Type 1 fonts #1

protobits opened this issue Mar 19, 2019 · 0 comments

Comments

@protobits
Copy link

protobits commented Mar 19, 2019

I had a journal request that your final PDF should not contain Type 1 fonts and in my case the culprit were matplotlib figures. I found that with this setting in ~/.config/matplotlib/matplotlibrc
you can make matplotlib avoid Type 1 fonts:

ps.useafm : True
pdf.use14corefonts : True
text.usetex : True

Maybe you consider this useful and can add it here somewhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant