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

Function rc

lib/matplotlib/pyplot.py:796–797  ·  view source on GitHub ↗
(group: RcGroupKeyType, **kwargs)

Source from the content-addressed store, hash-verified

794
795@_copy_docstring_and_deprecators(matplotlib.rc)
796def rc(group: RcGroupKeyType, **kwargs) -> None:
797 matplotlib.rc(group, **kwargs)
798
799
800@_copy_docstring_and_deprecators(matplotlib.rc_context)

Callers 1

set_cmapFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected