MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / rc_params

Function rc_params

lib/matplotlib/__init__.py:847–849  ·  view source on GitHub ↗

Construct a `RcParams` instance from the default Matplotlib rc file.

(fail_on_error=False)

Source from the content-addressed store, hash-verified

845
846
847def rc_params(fail_on_error=False):
848 """Construct a `RcParams` instance from the default Matplotlib rc file."""
849 return rc_params_from_file(matplotlib_fname(), fail_on_error)
850
851
852@functools.cache

Callers

nothing calls this directly

Calls 2

rc_params_from_fileFunction · 0.85
matplotlib_fnameFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…