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

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

[Octave-bug-tracker] [bug #60095] Constant invertion between "gnuplot" a


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #60095] Constant invertion between "gnuplot" and "fltk" in graphics_toolkits
Date: Mon, 22 Feb 2021 11:42:16 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

Update of bug #60095 (project octave):

                  Status:                    None => Works For Me           

    _______________________________________________________

Follow-up Comment #1:

After open figures with a given graphics toolkit, it is necessary to close all
figures before switching to another toolkit, e.g.:


octave:1> graphics_toolkit fltk
octave:2> plot (1:10)
octave:3> close all
octave:4> graphics_toolkit gnuplot
octave:5> plot (1:10)


Does this solves the issue you describe?

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?60095>

_______________________________________________
  Message posté via Savannah
  https://savannah.gnu.org/




reply via email to

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