|
From: <pl...@pi...> - 2015-12-14 06:32:52
|
On 14/12/15 05:06, sfeam wrote: > On Sunday, 13 December 2015 11:45:22 AM pl...@pi... wrote: >> Oh man , what is happening to my favourite plotter? >> >> I just tired calling gnuplot from command line with -p -e options. >> >> eg >> >> gnuplot -p -e " plot \"data.dat\" w l " >> >> >> default qt terminal has lost all interactivity and stays stuck at the >> size it opens by default. > > Works fine for me. > Or rather, it works fine if I switch to a bash shell. The syntax with > backslashed double quotes is not accepted by my default shell. > > >> 'replot on resize" option has no effect, replot and auto buttons do not >> change the aspect ration so I'm stuck with a square graph; grid btn >> does nothing. >> >> Since I can't zoom P and N btns serve no purpose. >> >> OK , mouse cursor readout still works. >> > > I see none of these problems here. > What exactly have you changed since it was last working? > If you say "everything", that's going to be hard to debug. > Can we at least try to distinguish between a build-time problem > and a run-time problem? > Does your previous executable work if run on the "freshly installed Fedora 23"? > > >> Adding "set term wxt; " at the head of the plot expression: >> >> >> Ironically wxt no longer crashed on resizing ;) >> Mouse interaction allows resize/zoom , p and n in the window work but >> all buttons on the middle section of the toolbar are greyed out. >> >> In that past I've cvs builds to be very reliable, what is happening here? >> >> This is a freshly installed Fedora 23, I don't think it's that oddball. >> >> No one else seeing this kind of problems? > > Nope. But I'm not using Fedora. > I gave up on it long ago because it is depressingly prone to shipping > not-quite-working-yet bleeding edge versions of random stuff > my code depends on. > >> regards, Peter. > > Hi Ethan, thanks for the reply. I'm afraid it is rather a case of "everything". I'd been using Gentoo for the last 15y which as was fast, worked well and reliably. Sadly the maintenance overhead was enormous every time I did an update. I may not have made a good choice in moving to Fedora, maybe. For the moment the only issues I'm getting are from gnuplot CVS builds. I will backtrack to the distro's gnuplot as a starting point. At least if I'm the only one seeing this kind of thing , there's a good chance I can fix it locally, Thanks, Peter. |