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
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