From 91b25d39282c95b7e2f70f763859a035c3340ba9 Mon Sep 17 00:00:00 2001 From: Julie Barnum Date: Fri, 20 Dec 2019 12:13:54 -0700 Subject: [PATCH] adding caveat message to pytplot demo --- gallery/pytplot_demo.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gallery/pytplot_demo.py b/gallery/pytplot_demo.py index 4fd8d08..c122eee 100644 --- a/gallery/pytplot_demo.py +++ b/gallery/pytplot_demo.py @@ -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