bugGNU Octave - Bugs: bug #60095, Constant inversion between...

 
 

bug #60095: Constant inversion between "gnuplot" and "fltk" in graphics_toolkits

Submitter:  None
Submitted:  Mon 22 Feb 2021 12:43:24 PM UTC
   
 
Category:  Plotting with gnuplot Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Works For Me Assigned to:  None
Originator Name:  Raphael Scarlatti Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 6.1.0
Operating System:  * GNU/Linux Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 22 Feb 2021 04:42:16 PM UTC, 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?

Pantxo Diribarne <pantxo>
Group Member
Mon 22 Feb 2021 12:43:24 PM UTC, original submission:  

Octave update of 22/02/2021

Constant invertion between "gnuplot" and "fltk" in graphics_toolkits

graphics_toolkits("gnuplot") use fltk
and
graphics_toolkits("fltk") use gnuplot

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rik5 (Updated the item)
  • -email is unavailable- added by pantxo (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2021-02-25 rik5 Open/ClosedOpen Closed
    2021-02-22 rik5 Carbon-CopyRemoved 72865 -
    2021-02-22 rik5 SummaryConstant invertion between &quot;gnuplot&quot; and &quot;fltk&quot; in graphics_toolkits Constant inversion between "gnuplot" and "fltk" in graphics_toolkits
    2021-02-22 pantxo StatusNone Works For Me

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code