|
From: sfeam <sf...@us...> - 2015-12-14 05:20:14
|
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. |