On 18.04.25 16:05, Franco Vaccari wrote:
I’ve this version installed with MacPorts:
G N U P L O T
Version 6.0 patchlevel 2 last modified 2024-12-19
Copyright (C) 1986-1993, 1998, 2004, 2007-2024
Thomas Williams, Colin Kelley and many others
gnuplot home: http://www.gnuplot.info
faq, bugs, etc: type "help FAQ"
immediate help: type "help" (plot window: hit 'h')
Terminal type is now x11
I just tried and both x11 and wxt are working properly
good to know. so I only have to find out to make it work here too :).
gnuplot> set term wxt
Terminal type is now 'wxt'
Options are '0 enhanced'
gnuplot>
I tried a simple plot sin(x) in both terminals and it came out properly. What
is the error that you get?
"wxt" is just not there (and not listed by `set term').
This is the version installed on my Mac (M1, Sequoia):
port installed | grep gnuplot
gnuplot @6.0.2_0+aquaterm+luaterm+pangocairo+qt5+wxwidgets+x11 (active)
same here, allegedly :|
gnuplot @6.0.2_0+aquaterm+luaterm+pangocairo+qt5+wxwidgets+x11 (active)
exactly that's my problem...: it should be there. if I do
port install gnuplot +wxwidgets
this then makes wxt available -- but x11 then is gone. if I do
port install gnuplot +wxwidgets +x11
I am back to square one (x11 available, wxt gone.)
But, digging in my memory, I had once installed gnuplot forgetting to add the
+x11 option, and added that option in a later installation. Not sure if it was
on my computer, where I just made the check, and not sure if this two-steps
installation could make a difference...
thanks. I will fiddle with removing and reinstalling if need be (unless somebody on the list knows
the root course of the issue).
best,
joerg
Ciao
Franco
On 18 Apr 2025, at 15:23, joerg van den hoff <veedeeh...@gmail.com> wrote:
after upgrade to gnuplot 6.0.2 it does no longer provide the "wxt" terminal together with
"x11" as was previously the case.
sudo port install gnuplot +wxwidgets +x11
does not help either. it seems currently one can either have the "wxt" terminal or
"x11" but not both. am I overlooking something?
thx
joerg