octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #47994] MXE Octave with gnuplot error: "Unknow


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #47994] MXE Octave with gnuplot error: "Unknown wxt terminal"
Date: Tue, 24 May 2016 07:30:22 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0

Follow-up Comment #1, bug #47994 (project octave):

A.K., the issue may be that your version of gnuplot does not have 'wxt'
terminal built in.  As a test, run gnuplot externally on its own and then
type:

Terminal type set to 'qt'
gnuplot> set term 'wxt'
Terminal type set to 'wxt'
Options are '0 enhanced'

If this fails, then you don't have 'wxt'.  If there is some other terminal
built in, then you may be able to use that if you select the terminal properly
in, say, 

GNUTERM='qt'
export GNUTERM

Or, if you want to use 'wxt' terminal (or perhaps something is forcing that
terminal because you are using windows), then you can built gnuplot from
scratch pretty easily with WXT.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?47994>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]