Re: [Matplotlib-users] Some help with PyQt

2013-08-30 Thread Pierre Haessig
Hi Eric, Le 29/08/2013 19:51, Eric Frederich a écrit : > I took the example that ships with 1.3.0 and have modified it to use a > grid layout and show 9 graphs in a 3x3 grid. > When I do this it, other widgets become rather unresponsive. > Is there a way to fix this? > Somehow offload whatever is

[Matplotlib-users] Some help with PyQt

2013-08-29 Thread Eric Frederich
I took the example that ships with 1.3.0 and have modified it to use a grid layout and show 9 graphs in a 3x3 grid. When I do this it, other widgets become rather unresponsive. Is there a way to fix this? Somehow offload whatever is hogging CPU onto another thread or something? Below is the code..