|
From: <pl...@pi...> - 2015-12-14 12:08:26
|
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.
>
>
OK, I have uninstalled cvs and installed distro pkg which gets me a
gnuplot-qt ( not wxt )
I do now have a non hidden title bar.
gnuplot-wx pkg gets me a wxt version built against wxGTK 2.8.x
gnuplot-wx x86_64 5.0.1-2.fc23 fedora
753 k
wxBase x86_64 2.8.12-19.fc23 fedora
595 k
wxGTK x86_64 2.8.12-19.fc23 fedora
3.1 M
That much works, none of the oddities I've reported here seem to be
happening.
Will have a fresh go at a fresh configure and build of CVS when I have
some more time.
Thanks.
|