Translucent
01-27-2006, 02:48 PM
I'm using pylab to plot a set a points. Using this library I have to first use the plot() and then use show() to actually create a viewable figure. However with the show() function it freezes the Python interpreter. As long as the figure is still open, the interpreter won't go any farther in the program. I was wondering if anyone knew a way to do this so it acts more like Matlab. The figure will pop up, the script will continue on it's way. Any help is appreciated, thanks in advance.