.. _sphx_glr_plot_types_basic: .. _basic_plots: Pairwise data ------------- Plots of pairwise :math:`(x, y)`, tabular :math:`(var\_0, \cdots, var\_n)`, and functional :math:`f(x)=y` data. .. raw:: html
.. raw:: html
.. only:: html .. image:: /plot_types/basic/images/thumb/sphx_glr_plot_thumb.png :alt: :ref:`sphx_glr_plot_types_basic_plot.py` .. raw:: html
plot(x, y)
.. raw:: html
.. only:: html .. image:: /plot_types/basic/images/thumb/sphx_glr_scatter_plot_thumb.png :alt: :ref:`sphx_glr_plot_types_basic_scatter_plot.py` .. raw:: html
scatter(x, y)
.. raw:: html
.. only:: html .. image:: /plot_types/basic/images/thumb/sphx_glr_bar_thumb.png :alt: :ref:`sphx_glr_plot_types_basic_bar.py` .. raw:: html
bar(x, height)
.. raw:: html
.. only:: html .. image:: /plot_types/basic/images/thumb/sphx_glr_stem_thumb.png :alt: :ref:`sphx_glr_plot_types_basic_stem.py` .. raw:: html
stem(x, y)
.. raw:: html
.. only:: html .. image:: /plot_types/basic/images/thumb/sphx_glr_fill_between_thumb.png :alt: :ref:`sphx_glr_plot_types_basic_fill_between.py` .. raw:: html
fill_between(x, y1, y2)
.. raw:: html
.. only:: html .. image:: /plot_types/basic/images/thumb/sphx_glr_stackplot_thumb.png :alt: :ref:`sphx_glr_plot_types_basic_stackplot.py` .. raw:: html
stackplot(x, y)
.. raw:: html
.. only:: html .. image:: /plot_types/basic/images/thumb/sphx_glr_stairs_thumb.png :alt: :ref:`sphx_glr_plot_types_basic_stairs.py` .. raw:: html
stairs(values)
.. raw:: html
.. toctree:: :hidden: /plot_types/basic/plot /plot_types/basic/scatter_plot /plot_types/basic/bar /plot_types/basic/stem /plot_types/basic/fill_between /plot_types/basic/stackplot /plot_types/basic/stairs