|
From: | Clinton Winant |
Subject: | Re: gnuterm qt issue |
Date: | Sat, 11 Jun 2016 10:37:53 -0700 |
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:HelloThis 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 refusedgnuplot_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.
--
[Prev in Thread] | Current Thread | [Next in Thread] |