From 802a4f95494a696d1a9b380f79f4a0d024c96c89 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 9 Nov 2010 10:04:31 -0500 Subject: [PATCH] Explain that you may have to kill ./plot_image.py's interactive plot. --- src/plot_image/plot_image.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/plot_image/plot_image.py b/src/plot_image/plot_image.py index c77cfd6..188a73d 100755 --- a/src/plot_image/plot_image.py +++ b/src/plot_image/plot_image.py @@ -16,9 +16,14 @@ For usage info, run:: ./plot_image.py --help -For other ideas, see the Matplotlib website [1]_. +When run with interactive output (i.e. no `-o ...` option), the +interactive figure is displayed using `pylab.show`, which means that +you'll have to kill `plot_image.py` using ^C or similar [1]_. -.. [1] http://matplotlib.sourceforge.net/ +For other ideas, see the Matplotlib website [2]_. + +.. [1] http://matplotlib.sourceforge.net/faq/howto_faq.html#use-show +.. [2] http://matplotlib.sourceforge.net/ """ import optparse -- 2.26.2