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

importing hypertools updates matplotlib rcParams #259

Open
paxtonfitzpatrick opened this issue Jan 12, 2023 · 0 comments
Open

importing hypertools updates matplotlib rcParams #259

paxtonfitzpatrick opened this issue Jan 12, 2023 · 0 comments

Comments

@paxtonfitzpatrick
Copy link
Member

because of this line in draw.py:

matplotlib.rcParams['pdf.fonttype'] = 42

looks like this is the last little change that was missed when fixing #210/#243. Doesn't have a huge impact as it only makes a difference when saving figures to PDFs, and in most cases users would probably want this setting enabled anyway. But still, we shouldn't be silently changing config options from another library on import.

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