help-octave
[Top][All Lists]
Advanced

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

Re: octave terminal qt instead of gnuplot.


From: Mike Miller
Subject: Re: octave terminal qt instead of gnuplot.
Date: Thu, 24 Mar 2016 08:18:48 -0700
User-agent: Mutt/1.5.24 (2015-08-30)

On Thu, Mar 24, 2016 at 04:08:42 -0700, crfalc wrote:
> it seems that the terminal can only use gnuplot.
> 
> 
> available_graphics_toolkits
> ans = 
> {
>   [1,1] = gnuplot
> }
> 
> My Octave is installed on a server without graphical interface.

If you want to use the "qt" or "fltk" graphics toolkits in Octave, you
need an X display server. I assume you're connecting to your server with
SSH. Try using X over SSH or run a VNC on your server. Or if you don't
care about interactivity or viewing the plots, try Xvfb, that works for
me.

-- 
mike



reply via email to

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