Skip to content

Undefined name 'system_fonts' in backend_pgf.py #11183

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

Closed
cclauss opened this issue May 7, 2018 · 0 comments · Fixed by #11185
Closed

Undefined name 'system_fonts' in backend_pgf.py #11183

cclauss opened this issue May 7, 2018 · 0 comments · Fixed by #11185
Milestone

Comments

@cclauss
Copy link

cclauss commented May 7, 2018

flake8 testing of https://github.com/matplotlib/matplotlib on Python 3.6.3

$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics

./lib/matplotlib/backends/backend_pgf.py:144:20: F821 undefined name 'system_fonts'
    elif family in system_fonts and rcParams["pgf.texsystem"] != "pdflatex":
                   ^
1     F821 undefined name 'system_fonts'
1
@QuLogic QuLogic added this to the v3.0 milestone May 7, 2018
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

Successfully merging a pull request may close this issue.

2 participants