[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: octave terminal qt instead of gnuplot.
From: |
Ben Abbott |
Subject: |
Re: octave terminal qt instead of gnuplot. |
Date: |
Wed, 23 Mar 2016 21:32:35 -0400 |
> On Mar 23, 2016, at 10:05 AM, crfalc <address@hidden> wrote:
>
> I Octave 4.0.0 installed on a server. How do I use QT instead of Gnuplot
> command terminal ?
I assume you want to run the GUI?
octave --force-gui
Then from Octave’s prompt
graphics_toolkit qt
close all
plot (rand (3))
Ben