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=802a4f95494a696d1a9b380f79f4a0d024c96c89;p=assignment-template.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