.. _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 :class: sphx-glr-footer-example .. container:: binder-badge .. image:: https://static.mybinder.org/badge.svg :target: https://mybinder.org/v2/gh/choldgraf/matplotlib/gh-pages?filepath=_downloads/pyplot_simple.ipynb :width: 150 px .. 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 `_