
.. DO NOT EDIT.
.. THIS FILE WAS AUTOMATICALLY GENERATED BY SPHINX-GALLERY.
.. TO MAKE CHANGES, EDIT THE SOURCE PYTHON FILE:
.. "gallery/plotting/ipython_fig_playground.py"
.. LINE NUMBERS ARE GIVEN BELOW.

.. only:: html

    .. note::
        :class: sphx-glr-download-link-note

        Click :ref:`here <sphx_glr_download_gallery_plotting_ipython_fig_playground.py>`
        to download the full example code

.. rst-class:: sphx-glr-example-title

.. _sphx_glr_gallery_plotting_ipython_fig_playground.py:


Boilerplate Interactive Plotting Session
========================================

Bare bones plotting region that can be used with the python
interpreter as a playground.

Run with:

.. code-block:: bash

    python -i ipython_fig_playground.py

.. GENERATED FROM PYTHON SOURCE LINES 19-24







.. code-block:: default

    from vispy import plot as vp  # noqa
    import numpy as np  # noqa

    fig = vp.Fig(size=(600, 500))  # noqa
    plotwidget = fig[0, 0]


.. rst-class:: sphx-glr-timing

   **Total running time of the script:** ( 0 minutes  0.087 seconds)


.. _sphx_glr_download_gallery_plotting_ipython_fig_playground.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: ipython_fig_playground.py <ipython_fig_playground.py>`



  .. container:: sphx-glr-download sphx-glr-download-jupyter

     :download:`Download Jupyter notebook: ipython_fig_playground.ipynb <ipython_fig_playground.ipynb>`


.. only:: html

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

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