Hi,

I am using PyUnit Test framework for test case automation.

I am generating graphs using matplotlib inside a thread.

If I execute more than one test cases the call to

plt.figure which...