From: Pierre H. <pie...@cr...> - 2013-08-30 08:25:52
|
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 hogging CPU onto another thread or something? I just ran your code on my computer and I don't get the unresponsive widgets problem. The program takes 6% of one CPU. Yet the slider is not totally fluid. It gets better if I slowdown the plot update timer. Do you run your code on a powerful computer ? best, Pierre |