Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Make TexManager.texcache private #25942

Copy link
Copy link
Closed
@oscargus

Description

@oscargus
Issue body actions

(Original issue below the line)

As suggested below, it makes sense to make texcache private, which need to go through a deprecation cycle. See https://matplotlib.org/stable/devel/contributing.html#api-changes for a more detailed description of what is required in terms of deprecating something. Also, see the helper function deprecate_privatize_attribute and how it is used in the code base.

Marking as good first issue since there is a minor, well-defined, change. But it may require a bit of reading up to get it right.


Documentation Link

https://matplotlib.org/stable/api/texmanager_api.html

Problem

texcache = '/home/elliott/.cache/matplotlib/tex.cache'

Suggested improvement

Not a big deal, but maybe one can at least add a doc-string stating that is points to $HOME/.cache/matplotlib/tex.cache or however it is actually determined.

Metadata

Metadata

Assignees

No one assigned

    Labels

    API: changesDifficulty: Easyhttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issueshttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issuesGood first issueOpen a pull request against these issues if there are no active ones!Open a pull request against these issues if there are no active ones!

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.