From: W. Trevor King Date: Tue, 9 Nov 2010 15:04:31 +0000 (-0500) Subject: Explain that you may have to kill ./plot_image.py's interactive plot. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8fb6451e25b2c6338bcd09b336e7acb2eacbb417;p=parallel_computing.git Explain that you may have to kill ./plot_image.py's interactive plot. --- 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