[Matplotlib-users] non interactive runs keep crashing due to DISPLAY

2009-07-17 Thread John [H2O]
Hello, I am trying to run a plotting script. I have my imports as such: from matplotlib import interactive interactive(False) import matplotlib.pyplot as plt But I am getting this error repeatedly: fig=figure(1,figsize=(8,6)) File /usr/lib/python2.6/dist-packages/matplotlib/pyplot.py,

Re: [Matplotlib-users] non interactive runs keep crashing due to DISPLAY

2009-07-17 Thread John [H2O]
John [H2O] wrote: My $DISPLAY variable does change from time to time, but as I have it set to interactive, why should this matter? I wanted to explain a little further. I have it set to interactive(False) sorry if there is confusion in my above statement. The reason my DISPLAY