Skip to content

Use pathlib in texmanager. #30431

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Use pathlib in texmanager. #30431

wants to merge 1 commit into from

Conversation

anntzer
Copy link
Contributor

@anntzer anntzer commented Aug 14, 2025

Only a few changes are needed. Note that make_png returns an absolute path so path joining is not even needed here.

Also drop an unrelated but outdated comment re: background handling,
which is obsolete since 8940c66 (look for if hack: ...).

PR summary

PR checklist

Copy link
Member

@timhoffm timhoffm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Optional comments

Only a few changes are needed.  Note that make_png returns an absolute
path so path joining is not even needed here.

Also restore the recently incorrectly removed usage of dpi in generating
the png filename.

Also drop an unrelated but outdated comment re: background handling,
which is obsolete since 8940c66 (look for `if hack: ...`).
@anntzer
Copy link
Contributor Author

anntzer commented Aug 15, 2025

I just realized that in #30426 I accidentally and wrongly removed the dpi arg when generating the png filename (at https://github.com/matplotlib/matplotlib/pull/30426/files#diff-6a0383194825a76389747fc0b369645f844ddc7fc7f30b300e4413fe40dc4b17L314); I fixed that in this commit as well so this should also be backported to 3.10.6, hence the milestoning (or I can make a separate commit with just that fix, if we want to be really granular...).

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

Successfully merging this pull request may close these issues.

3 participants