Re: [matplotlib-devel] No plot output when running a script from another script

2013-07-21 Thread Eric Firing
On 2013/07/20 10:16 PM, David P. Sanders wrote: I am trying to execute (with execfile) a script A.py containing matplotlib plotting commands from within a script B.py. Within B.py, I do execfile("A.py") The A.py script runs correctly, except that no plot is shown. I have checked that the A.p

[matplotlib-devel] No plot output when running a script from another script

2013-07-21 Thread David P. Sanders
I am trying to execute (with execfile) a script A.py containing matplotlib plotting commands from within a script B.py. Within B.py, I do execfile("A.py") The A.py script runs correctly, except that no plot is shown. I have checked that the A.py script does plot (to a separate window) when run