doc/api/matplotlib_configuration_api.rst
matplotlib
.. py:currentmodule:: matplotlib
.. automodule:: matplotlib :no-members: :no-undoc-members: :noindex:
.. autofunction:: use
.. autofunction:: get_backend
.. autofunction:: interactive
.. autofunction:: is_interactive
.. py:data:: rcParams :type: RcParams
The global configuration settings for Matplotlib.
This is a dictionary-like variable that stores the current configuration settings. Many of the values control styling, but others control various aspects of Matplotlib's behavior.
See :doc:/users/explain/configuration for a full list of config
parameters.
See :ref:customizing for usage information.
This object is also available as plt.rcParams via the
matplotlib.pyplot module (which by convention is imported as plt).
.. autoclass:: RcParams :no-members:
.. automethod:: find_all .. automethod:: copy
.. autofunction:: rc_context
.. autofunction:: rc
.. autofunction:: rcdefaults
.. autofunction:: rc_file_defaults
.. autofunction:: rc_file
.. autofunction:: rc_params
.. autofunction:: rc_params_from_file
.. autofunction:: get_configdir
.. autofunction:: matplotlib_fname
.. autofunction:: get_data_path
.. autofunction:: set_loglevel
.. autodata:: colormaps :no-value:
.. autodata:: color_sequences :no-value:
.. autoclass:: MatplotlibDeprecationWarning
.. autofunction:: get_cachedir