Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions gallery/pytplot_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@

Written by Julie Barnum and Elysia Lucas.
The purpose of this demo is to show off some of the capabilities of PyTplot.
Note that pyqtgraph does not work with the Sphinx Gallery plugin, so plots will
not automatically generate. However, if you download the code and run locally,
the plots will load as expected. Additionally, if you want to run this code in
Jupyter notebook, note that when you call tplot, you'll need to specify 'nb=True'
for the plots to plot.
"""
import urllib

Expand Down