8000 Over-verbose deprecation warning about examples.directory · Issue #12649 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content
Over-verbose deprecation warning about examples.directory #12649
Closed
@astrofrog

Description

@astrofrog

With the latest developer version of Matplotlib (f288977) I see a deprecation warning related to the examples.directory rcParams even when not accessing that key specifically. For example:

>>> import matplotlib
>>> {}.update(matplotlib.rcParams)
__main__:1: MatplotlibDeprecationWarning: 
examples.directory is deprecated; in the future, examples will be found relative to the 'datapath' directory.

I'm not intentionally accessing examples.directory. Is there any way to avoid having this warning appear unless that key is specifically accessed?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0