octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #47263] Link to gl2ps even if configuring with


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #47263] Link to gl2ps even if configuring without FLTK
Date: Mon, 29 Feb 2016 12:25:25 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:44.0) Gecko/20100101 Firefox/44.0

Follow-up Comment #4, bug #47263 (project octave):

@John: I see the following sentence in your last changeset:
"The toolkit used for a given figure may not be changed once the figure is
initialized"

I think this is wrong as graphics_toolkit lets you switch from one toolkit to
another as you like:


close all
graphics_toolkit ("qt")
hf = figure ();
plot (1:10);
graphics_toolkit (hf, "gnuplot")




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?47263>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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