:orphan:

.. _examples-index:

Gallery of Examples
===================


.. _general_examples:

General examples
----------------

General-purpose and introductory examples from the sphinx-gallery



.. raw:: html

    <div class="sphx-glr-thumbcontainer" tooltip="Note that your example will be run by sphinx-gallery without arguments. ">

.. only:: html

    .. figure:: /auto_examples/images/thumb/sphx_glr_plot_sys_argv_thumb.png

        :ref:`sphx_glr_auto_examples_plot_sys_argv.py`

.. raw:: html

    </div>


.. toctree::
   :hidden:

   /auto_examples/plot_sys_argv

.. raw:: html

    <div class="sphx-glr-thumbcontainer" tooltip="A simple example for ploting two figures of a exponential function in order to test the autonom...">

.. only:: html

    .. figure:: /auto_examples/images/thumb/sphx_glr_plot_exp_thumb.png

        :ref:`sphx_glr_auto_examples_plot_exp.py`

.. raw:: html

    </div>


.. toctree::
   :hidden:

   /auto_examples/plot_exp

.. raw:: html

    <div class="sphx-glr-thumbcontainer" tooltip="Here I plot the function">

.. only:: html

    .. figure:: /auto_examples/images/thumb/sphx_glr_plot_colors_thumb.png

        :ref:`sphx_glr_auto_examples_plot_colors.py`

.. raw:: html

    </div>


.. toctree::
   :hidden:

   /auto_examples/plot_colors

.. raw:: html

    <div class="sphx-glr-thumbcontainer" tooltip="Considering an atomic single orbital and how to fill it by use of the chemical potential. This ...">

.. only:: html

    .. figure:: /auto_examples/images/thumb/sphx_glr_plot_quantum_thumb.png

        :ref:`sphx_glr_auto_examples_plot_quantum.py`

.. raw:: html

    </div>


.. toctree::
   :hidden:

   /auto_examples/plot_quantum

.. raw:: html

    <div class="sphx-glr-thumbcontainer" tooltip="Preview the capture of seaborn styles in plots ">

.. only:: html

    .. figure:: /auto_examples/images/thumb/sphx_glr_plot_seaborn_thumb.png

        :ref:`sphx_glr_auto_examples_plot_seaborn.py`

.. raw:: html

    </div>


.. toctree::
   :hidden:

   /auto_examples/plot_seaborn

.. raw:: html

    <div class="sphx-glr-thumbcontainer" tooltip="An example to demonstrate how to choose which figure is displayed as the thumbnail if the examp...">

.. only:: html

    .. figure:: /auto_examples/images/thumb/sphx_glr_plot_choose_thumbnail_thumb.png

        :ref:`sphx_glr_auto_examples_plot_choose_thumbnail.py`

.. raw:: html

    </div>


.. toctree::
   :hidden:

   /auto_examples/plot_choose_thumbnail

.. raw:: html

    <div class="sphx-glr-thumbcontainer" tooltip="Calls Sphinx-Gallery identify names function to figure out which functions are called in the sc...">

.. only:: html

    .. figure:: /auto_examples/images/thumb/sphx_glr_plot_function_identifier_thumb.png

        :ref:`sphx_glr_auto_examples_plot_function_identifier.py`

.. raw:: html

    </div>


.. toctree::
   :hidden:

   /auto_examples/plot_function_identifier

.. raw:: html

    <div class="sphx-glr-thumbcontainer" tooltip="Plot to present Sphinx-Gallery using itself to display its version. ">

.. only:: html

    .. figure:: /auto_examples/images/thumb/sphx_glr_plot_gallery_version_thumb.png

        :ref:`sphx_glr_auto_examples_plot_gallery_version.py`

.. raw:: html

    </div>


.. toctree::
   :hidden:

   /auto_examples/plot_gallery_version
.. raw:: html

    <div style='clear:both'></div>

.. _sin_examples:

The sin function
----------------

Specific examples for the sin function. Saved in the examples
directory in a subfolder.



.. raw:: html

    <div class="sphx-glr-thumbcontainer" tooltip="A simple example of the plot of a sin function in order to test the autonomy of the gallery.">

.. only:: html

    .. figure:: /auto_examples/sin_func/images/thumb/sphx_glr_plot_sin_thumb.png

        :ref:`sphx_glr_auto_examples_sin_func_plot_sin.py`

.. raw:: html

    </div>


.. toctree::
   :hidden:

   /auto_examples/sin_func/plot_sin

.. raw:: html

    <div class="sphx-glr-thumbcontainer" tooltip="A simple example of the plot of a sin function on a black background">

.. only:: html

    .. figure:: /auto_examples/sin_func/images/thumb/sphx_glr_plot_sin_black_background_thumb.png

        :ref:`sphx_glr_auto_examples_sin_func_plot_sin_black_background.py`

.. raw:: html

    </div>


.. toctree::
   :hidden:

   /auto_examples/sin_func/plot_sin_black_background
.. raw:: html

    <div style='clear:both'></div>

.. _no_out_examples:

Examples which don't produce image output
-----------------------------------------

This section gathers examples which by design don't follow the pattern of
the gallery of producing figure. Some examples only output to stdout, other
are there to demonstrate how Sphinx-Gallery handles examples with error
that hinder building them.



.. raw:: html

    <div class="sphx-glr-thumbcontainer" tooltip="A script that is not executed when gallery is generated but nevertheless gets included as an ex...">

.. only:: html

    .. figure:: /auto_examples/no_output/images/thumb/sphx_glr_just_code_thumb.png

        :ref:`sphx_glr_auto_examples_no_output_just_code.py`

.. raw:: html

    </div>


.. toctree::
   :hidden:

   /auto_examples/no_output/just_code

.. raw:: html

    <div class="sphx-glr-thumbcontainer" tooltip="This example captures the stdout and includes it in the example. If output is too long it becom...">

.. only:: html

    .. figure:: /auto_examples/no_output/images/thumb/sphx_glr_plot_strings_thumb.png

        :ref:`sphx_glr_auto_examples_no_output_plot_strings.py`

.. raw:: html

    </div>


.. toctree::
   :hidden:

   /auto_examples/no_output/plot_strings

.. raw:: html

    <div class="sphx-glr-thumbcontainer" tooltip="When scripts fail their gallery thumbnail is replaced with the broken image stamp. Thus allowin...">

.. only:: html

    .. figure:: /auto_examples/no_output/images/thumb/sphx_glr_plot_raise_thumb.png

        :ref:`sphx_glr_auto_examples_no_output_plot_raise.py`

.. raw:: html

    </div>


.. toctree::
   :hidden:

   /auto_examples/no_output/plot_raise

.. raw:: html

    <div class="sphx-glr-thumbcontainer" tooltip="Example script with invalid Python syntax ">

.. only:: html

    .. figure:: /auto_examples/no_output/images/thumb/sphx_glr_plot_syntaxerror_thumb.png

        :ref:`sphx_glr_auto_examples_no_output_plot_syntaxerror.py`

.. raw:: html

    </div>


.. toctree::
   :hidden:

   /auto_examples/no_output/plot_syntaxerror
.. raw:: html

    <div style='clear:both'></div>



.. only :: html

 .. container:: sphx-glr-footer


  .. container:: sphx-glr-download

    :download:`Download all examples in Python source code: auto_examples_python.zip <//build/sphinx-gallery-uEiUXS/sphinx-gallery-0.1.13/doc/auto_examples/auto_examples_python.zip>`



  .. container:: sphx-glr-download

    :download:`Download all examples in Jupyter notebooks: auto_examples_jupyter.zip <//build/sphinx-gallery-uEiUXS/sphinx-gallery-0.1.13/doc/auto_examples/auto_examples_jupyter.zip>`


.. only:: html

 .. rst-class:: sphx-glr-signature

    `Gallery generated by Sphinx-Gallery <https://sphinx-gallery.readthedocs.io>`_
