An in-depth, tutorial style guide to the matplotlib plotting functions, which explains the most important keyword arguments with examples and figures.
:func:`~matplotlib.pyplot.imshow`
TODO; see :ref:`how-to-contribute-docs`.
TODO; see :ref:`how-to-contribute-docs`.
:func:`~matplotlib.pyplot.colorbar`
TODO; see :ref:`how-to-contribute-docs`.
:func:`~matplotlib.pyplot.contour`
TODO; see :ref:`how-to-contribute-docs`.
:func:`~matplotlib.pyplot.scatter`
TODO; see :ref:`how-to-contribute-docs`.
:func:`~matplotlib.pyplot.semilogx`, :func:`~matplotlib.pyplot.semilogy` and :func:`~matplotlib.pyplot.loglog`
:func:`~matplotlib.pyplot.polar`
TODO; see :ref:`how-to-contribute-docs`.
:func:`~matplotlib.pyplot.fill` and :mod:`~matplotlib.patches`
TODO; see :ref:`how-to-contribute-docs`.
:func:`~matplotlib.pyplot.bar`, :func:`~matplotlib.pyplot.barh`, :func:`~matplotlib.pyplot.errorbar` and :func:`~matplotlib.pyplot.hist`
TODO; see :ref:`how-to-contribute-docs`.
:func:`~matplotlib.pyplot.acorr`, :func:`~matplotlib.pyplot.xcorr`, :func:`~matplotlib.pyplot.psd`, :func:`~matplotlib.pyplot.csd`, :func:`~matplotlib.pyplot.cohere`, :func:`~matplotlib.pyplot.specgram` and the windowing and detrending functions in :mod:`matplotlib.mlab`.
TODO; see :ref:`how-to-contribute-docs`.
:func:`~matplotlib.pyplot.spy`
TODO; see :ref:`how-to-contribute-docs`.
:func:`~matplotlib.pyplot.boxplot`
TODO; see :ref:`how-to-contribute-docs`.
TODO; see :ref:`how-to-contribute-docs`.
TODO; see :ref:`how-to-contribute-docs`.
TODO; see :ref:`how-to-contribute-docs`.
:func:`~matplotlib.pyplot.legend` and :func:`~matplotlib.pyplot.figlegend`
:ref:`plotting-guide-legend`
:func:`~matplotlib.pyplot.text` and :func:`~matplotlib.pyplot.annotate`
:ref:`plotting-guide-annotation`
TODO; see :ref:`how-to-contribute-docs`.