1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
**************
``matplotlib``
**************
.. py:currentmodule:: matplotlib
.. automodule:: matplotlib
:no-members:
:no-undoc-members:
:noindex:
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
.. 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
Logging
=======
.. autofunction:: set_loglevel
Colormaps and color sequences
=============================
.. autodata:: colormaps
:no-value:
.. autodata:: color_sequences
:no-value:
Miscellaneous
=============
.. autoclass:: MatplotlibDeprecationWarning
.. autofunction:: get_cachedir
|