.. _sphx_glr_plot_types_basic:
.. _basic_plots:
Basic
-----
Basic plot types, usually y versus x.
.. raw:: html
.. raw:: html
.. only:: html
.. image:: /plot_types/basic/images/thumb/sphx_glr_plot_thumb.png
:alt: plot(x, y)
: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: scatter(x, y)
: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: bar(x, height)
: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: stem(x, y)
: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_step_thumb.png
:alt: step(x, y)
:ref:`sphx_glr_plot_types_basic_step.py`
.. raw:: html
step(x, y)
.. raw:: html
.. only:: html
.. image:: /plot_types/basic/images/thumb/sphx_glr_fill_between_thumb.png
:alt: fill_between(x, y1, y2)
: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: stackplot(x, y)
:ref:`sphx_glr_plot_types_basic_stackplot.py`
.. raw:: html
stackplot(x, y)
.. raw:: html
.. toctree::
:hidden:
/plot_types/basic/plot
/plot_types/basic/scatter_plot
/plot_types/basic/bar
/plot_types/basic/stem
/plot_types/basic/step
/plot_types/basic/fill_between
/plot_types/basic/stackplot