8000 mplstyle files: seach in ~/.local/share/matplotlib/ · Issue #17278 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content
mplstyle files: seach in ~/.local/share/matplotlib/ #17278
Closed
@nschloe

Description

@nschloe

I would like to write a Python package that also installs an mpl style file. To do that, I can use the data_files attribute of setuptools. This allows me to install files anywhere in the installation directory, which, for pip on Linux, defaults to ~/.local. Unfortunately, mpl will search for mplstyle files only in ~/.config. This means that, for my package, I have to pull a weird stunt:

  1. Install the file in ~/.local with the rest of the package
  2. Upon "start-up" of the package (import or some function call), check if the file is already in mpl.get_configdir(), has the same content (for updates), and if not, copy it there. Possibly create the directory.

This feels a bit off.

I'd hence suggest that mpl also searches for mplstyle file in, e.g., ~/.local/share/matplotlib/. This would also better fit its nature, given that the file is not meant to be edited by the user.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0