Opened 18 years ago
Closed 18 years ago
#11289 closed defect (fixed)
gnuplot has 'unknown' terminal by default
Reported by: | dimss@… | Owned by: | pguyot (Paul Guyot) |
---|---|---|---|
Priority: | High | Milestone: | |
Component: | ports | Version: | 1.3.2 |
Keywords: | gnuplot default terminal type | Cc: | pguyot (Paul Guyot) |
Port: |
Description
I have install gnuplot from ports 1.3.2. It has 'unknown' terminal type by default. Should be 'aqua' or 'x11'. This bug prevents Octave from plotting anything... Also I have to set terminal type explicitly every time when I use gnuplot.
My system is Mac OS X 10.4.8, Mac mini Intel 1.66 GHz.
Attachments (1)
Change History (4)
comment:1 Changed 18 years ago by cssdev
Changed 18 years ago by davidm@…
Attachment: | patch-gnuplotport added |
---|
Patch for dports/math/gnuplot/Portfile that fixes #11289
comment:2 Changed 18 years ago by markd@…
Cc: | pguyot@… added |
---|---|
Owner: | changed from macports-dev@… to pguyot@… |
Assign to maintainer.
comment:3 Changed 18 years ago by pguyot (Paul Guyot)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks. Committed.
Note: See
TracTickets for help on using
tickets.
Isn't this something you could set in your
.bash_profile
? Mine contains:export GNUTERM=aqua