Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 640 Bytes

matplotlib_configuration_api.rst

File metadata and controls

37 lines (19 loc) · 640 Bytes

The top level :mod:`matplotlib` module

.. py:currentmodule:: matplotlib

.. autofunction:: use

.. autofunction:: get_backend

.. py:data:: matplotlib.rcParams

    An instance of :class:`RcParams` for handling default matplotlib values.

.. autofunction:: rc

.. autofunction:: matplotlib_fname

.. autoclass:: RcParams

.. autofunction:: rc_params

.. autofunction:: rc_params_from_file

.. autoclass:: rc_context