Note
Go to the end to download the full example code.
Boilerplate Interactive Plotting Session#
Bare bones plotting region that can be used with the python interpreter as a playground.
Run with:
python -i ipython_fig_playground.py
from vispy import plot as vp # noqa
import numpy as np # noqa
fig = vp.Fig(size=(600, 500)) # noqa
plotwidget = fig[0, 0]
Total running time of the script: (0 minutes 0.080 seconds)