help-octave
[Top][All Lists]
Advanced

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

Re: gnuterm qt issue


From: Clinton Winant
Subject: Re: gnuterm qt issue
Date: Sat, 11 Jun 2016 10:37:53 -0700

How should I go about
"make sure the binary from that package is executed by octave."

Thanks for all the answers

On Sat, Jun 11, 2016 at 4:58 AM, Dmitri A. Sergatskov <address@hidden> wrote:


On Sat, Jun 11, 2016 at 5:34 AM, Doug Stewart <address@hidden> wrote:


On Sat, Jun 11, 2016 at 4:57 AM, Clinton Winant <address@hidden> wrote:
Hello

This script


 graphics_toolkit("gnuplot")
 close all
 setenv("GNUTERM", "qt")
plot([0 1],[0 1]);


 returns the error

(gnuplot_qt:20247): IBUS-WARNING **: Unable to connect to ibus: Could not connect: Connection refused


​gnuplot_qt is a separate process from gnuplot. This kind of error happens when the communication between the two gets broken by some violent and unclean methods. Try to reboot computer and see if the problem goes away.​

 

>>
>>  graphics_toolkit("gnuplot")
>>  close all
>>  setenv("GNUTERM", "qt")
>> plot([0 1],[0 1]);
Unknown or ambiguous terminal name 'qt'




​This just means that your gnuplot binary does not have qt terminal. Plot will show up on whatever default terminal is (X11 or wxt most likely). You need to install gnuplot-qt package and make sure the binary from that package is executed by octave. ​


​Dmitri.
--



reply via email to

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