Skip to content

Latest commit

 

History

History
64 lines (37 loc) · 940 Bytes

File metadata and controls

64 lines (37 loc) · 940 Bytes

matplotlib

.. py:currentmodule:: matplotlib

Backend management

.. autofunction:: use

.. autofunction:: get_backend

.. autofunction:: interactive

.. autofunction:: is_interactive

Default values and styling

.. py:data:: rcParams

   An instance of `RcParams` for handling default Matplotlib values.

.. autoclass:: RcParams
   :no-members:

   .. automethod:: find_all

.. 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

Logging

.. autofunction:: set_loglevel

Colormaps

.. autodata:: colormaps
   :no-value:

Miscellaneous

.. autofunction:: get_cachedir