.. DO NOT EDIT. .. THIS FILE WAS AUTOMATICALLY GENERATED BY SPHINX-GALLERY. .. TO MAKE CHANGES, EDIT THE SOURCE PYTHON FILE: .. "auto_examples/datasets/plot_mauna_loa.py" .. LINE NUMBERS ARE GIVEN BELOW. .. only:: html .. note:: :class: sphx-glr-download-link-note Click :ref:`here ` to download the full example code .. rst-class:: sphx-glr-example-title .. _sphx_glr_auto_examples_datasets_plot_mauna_loa.py: Mauna Loa Atmospheric Carbon Dioxide ==================================== Hello world .. GENERATED FROM PYTHON SOURCE LINES 8-13 .. code-block:: default import seaborn as sns from etudes.datasets import mauna_loa_load_dataframe .. GENERATED FROM PYTHON SOURCE LINES 15-21 .. code-block:: default data = mauna_loa_load_dataframe(base_dir="../../datasets") g = sns.relplot(x='date', y='average', kind="line", data=data, height=5, aspect=1.5, alpha=0.8) g.set_ylabels(r"average $\mathrm{CO}_2$ (ppm)") .. image:: /auto_examples/datasets/images/sphx_glr_plot_mauna_loa_001.png :alt: plot mauna loa :class: sphx-glr-single-img .. rst-class:: sphx-glr-script-out Out: .. code-block:: none .. rst-class:: sphx-glr-timing **Total running time of the script:** ( 0 minutes 1.990 seconds) .. _sphx_glr_download_auto_examples_datasets_plot_mauna_loa.py: .. only :: html .. container:: sphx-glr-footer :class: sphx-glr-footer-example .. container:: sphx-glr-download sphx-glr-download-python :download:`Download Python source code: plot_mauna_loa.py ` .. container:: sphx-glr-download sphx-glr-download-jupyter :download:`Download Jupyter notebook: plot_mauna_loa.ipynb ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_