octave-maintainers
[Top][All Lists]
Advanced

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

--no-gui-libs does not kill fltk graphics_toolkit on windows


From: Tatsuro MATSUOKA
Subject: --no-gui-libs does not kill fltk graphics_toolkit on windows
Date: Wed, 10 Jun 2015 19:51:35 +0900 (JST)

Hello

In News for 4.0,
http://www.gnu.org/software/octave/NEWS-4.0.html


There described:

********************************************************************
The option --no-gui-libs runs a minimalist command line interface that 
does not link with the Qt libraries and uses the fltk toolkit for plotting.
********************************************************************


However, on octave-4.0.0 for windows, 

C:\octave\Octave-4.0.0\bin>octave --no-gui-libs

GNU Octave, version 4.0.0
Copyright (C) 2015 John W. Eaton and others.
 <snip>
  :
octave:1> graphics_toolkit
ans = fltk


octave:2> plot ([0 10], [0 10]);

gives the fltk plotting.


The option --no-gui-libs does not kill fltk toolkit for plotting.


Is the above behavior intentional?

Tatsuro



reply via email to

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