|
From: Mojca M. <moj...@gm...> - 2014-02-08 11:34:31
|
On Sat, Feb 8, 2014 at 5:26 AM, sfeam wrote: > On Saturday, 08 February 2014 03:01:09 AM Mojca Miklavec wrote: >> On Fri, Feb 7, 2014 at 10:03 PM, Thomas Bleher wrote: > >> > - Does it work if you start gnuplot_qt manually? The qt terminal can >> > connect to already running programs. To do this: >> > - start gnuplot_qt >> > - determine its pid >> > - start gnuplot >> > - call 'set terminal qt widget "qtgnuplot<pid>"', where <pid> is >> > replaced by the numerical pid of the gnuplot_qt process >> > - Try to plot something, e.g. "plot x" >> >> Yes, that works. >> >> Mojca > > That's kind of unexpected. Oh, and to make it more fun: this works after the "problematic" commit. It doesn't work with the latest version from CVS any longer. I can try to figure out which version broke *that* ;) Mojca |