|
From: Philipp K. J. <ja...@ie...> - 2008-02-01 03:08:41
|
> > I can understand where this may come from, but I have not been able to > reproduce it on my machine... > The origin of the problem is that the calls to wxWidgets and GTK to > redraw the plot are sent from gnuplot main thread, whereas the main > graphic events loop runs in a secondary thread. So there are cases where > calls made in gnuplot main thread are not really executed until the > secondary thread is woken up by the arrival of another event. I have > already had to fix such problems, for example to make 'set term wxt > close' close the window immediately. _However_, I am not able to > reproduce what you describe, i.e. the plot not being redrawn until a > mouse event arrives. I have tried 4.2.2 and gnuplot CVS, with compiz, > metacity and kde4's kwin as window managers. Could you try with another > window manager such as one of those ? I have wxGTK 2.8.6, could you tell > me what wxGTK version you have ? > wxWidgets-devel: 2.8.4-0 wxGTK: 2.6.3.3-30 icewm 1.2.26-32 (not icewm-lite) |