FFT_tools: try to import pyplot up front
authorW. Trevor King <wking@tremily.us>
Mon, 19 Nov 2012 06:46:34 +0000 (01:46 -0500)
committerW. Trevor King <wking@tremily.us>
Mon, 19 Nov 2012 06:46:37 +0000 (01:46 -0500)
commitd51819018aef09ba5918b5974e2997712ae1b2b9
tree04b745d283be814c69a3e2b40f0095779f51f95c
parent09af0296387b05f6415dd64e5f5fb00ec9b921af
FFT_tools: try to import pyplot up front

But if the import fails, don't raise the exception unless we actually
try to use pyplot.
FFT_tools.py