.. currentmodule:: matplotlib.pyplot
.. automodule:: matplotlib.pyplot :no-members: :no-undoc-members:
.. autosummary:: :toctree: _as_gen :template: autosummary.rst :nosignatures: axes cla clf close delaxes fignum_exists figure gca gcf get_figlabels get_fignums sca subplot subplot2grid subplot_mosaic subplots twinx twiny
.. autosummary:: :toctree: _as_gen :template: autosummary.rst :nosignatures: plot errorbar scatter step loglog semilogx semilogy fill_between fill_betweenx bar barh bar_label grouped_bar stem eventplot pie pie_label stackplot broken_barh vlines hlines fill polar
.. autosummary:: :toctree: _as_gen :template: autosummary.rst :nosignatures: axhline axhspan axvline axvspan axline
.. autosummary:: :toctree: _as_gen :template: autosummary.rst :nosignatures: acorr angle_spectrum cohere csd magnitude_spectrum phase_spectrum psd specgram xcorr
.. autosummary:: :toctree: _as_gen :template: autosummary.rst :nosignatures: ecdf boxplot violinplot
.. autosummary:: :toctree: _as_gen :template: autosummary.rst :nosignatures: hexbin hist hist2d stairs
.. autosummary:: :toctree: _as_gen :template: autosummary.rst :nosignatures: clabel contour contourf
.. autosummary:: :toctree: _as_gen :template: autosummary.rst :nosignatures: imshow matshow pcolor pcolormesh spy figimage
.. autosummary:: :toctree: _as_gen :template: autosummary.rst :nosignatures: triplot tripcolor tricontour tricontourf
.. autosummary:: :toctree: _as_gen :template: autosummary.rst :nosignatures: annotate text figtext table arrow figlegend legend
.. autosummary:: :toctree: _as_gen :template: autosummary.rst :nosignatures: barbs quiver quiverkey streamplot
.. autosummary:: :toctree: _as_gen :template: autosummary.rst :nosignatures: autoscale axis box grid locator_params minorticks_off minorticks_on rgrids thetagrids tick_params ticklabel_format xlabel xlim xscale xticks ylabel ylim yscale yticks suptitle title
.. autosummary:: :toctree: _as_gen :template: autosummary.rst :nosignatures: margins subplots_adjust subplot_tool tight_layout
.. autosummary:: :toctree: _as_gen :template: autosummary.rst :nosignatures: clim colorbar gci sci get_cmap set_cmap imread imsave
Colormaps are available via the colormap registry matplotlib.colormaps. For
convenience this registry is available in pyplot as
.. autodata:: colormaps :no-value:
Additionally, there are shortcut functions to set builtin colormaps; e.g.
plt.viridis() is equivalent to plt.set_cmap('viridis').
.. autodata:: color_sequences :no-value:
.. autosummary:: :toctree: _as_gen :template: autosummary.rst :nosignatures: rc rc_context rcdefaults
.. autosummary:: :toctree: _as_gen :template: autosummary.rst :nosignatures: draw draw_if_interactive ioff ion install_repl_displayhook isinteractive pause savefig show switch_backend uninstall_repl_displayhook
.. autosummary:: :toctree: _as_gen :template: autosummary.rst :nosignatures: connect disconnect findobj get getp get_current_fig_manager ginput new_figure_manager set_loglevel setp waitforbuttonpress xkcd