.. _sphx_glr_gallery_pyplots_pyplot_simple.py: ============= Pyplot Simple ============= .. image:: /gallery/pyplots/images/sphx_glr_pyplot_simple_001.png :align: center .. code-block:: python import matplotlib.pyplot as plt plt.plot([1,2,3,4]) plt.ylabel('some numbers') plt.show() .. only :: html .. container:: sphx-glr-footer .. container:: sphx-glr-download :download:`Download Python source code: pyplot_simple.py ` .. container:: sphx-glr-download :download:`Download Jupyter notebook: pyplot_simple.ipynb ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_