bugGNU Octave - Bugs: bug #44564, Failure in the "Figure"

 
 

bug #44564: Failure in the "Figure"

Submitter:  None
Submitted:  Tue 17 Mar 2015 07:50:16 PM UTC
   
 
Category:  Plotting with OpenGL Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Works For Me Assigned to:  None
Originator Name:  Criptos Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 3.8.1
Operating System:  * GNU/Linux Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 18 Mar 2015 05:43:28 PM UTC, comment #2: 

Works for me too, specifically with version 3.8.1.  I suspect that this is just a ghost in the machine.  I would upgrade to 3.8.2 immediately, or wait a month or so for 4.0.0.

Rik <rik5>
Group administrator
Tue 17 Mar 2015 08:21:30 PM UTC, comment #1: 

Thanks for the report - when I tried to emulate your problem I couldn't see the same issue:


 A=diag(2*ones(19,1))+diag(-1*ones(18,1),-1)+diag(-1*ones(18,1),1);
 spy(A)


I tried 4.0.0-rc1 and 3.8.2 with gnuplot, fltk and qt(in 4.0) - can you try a newer version of octave?

John Donoghue <lostbard>
Group Member
Tue 17 Mar 2015 07:50:16 PM UTC, original submission:  

When i run the following code the program opens a new window with an image (which is correct acording to the matrix i used), but when i try to close that window or i select the "File" button (at the top of the window) it does not answer and do not react to my actions:

A=diag(2*ones(19,1))+diag(-1*ones(18,1),-1)+diag(-1*ones(18,1),1);
spy(A) %The problem is here

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 (Posted a comment)
  • -email is unavailable- added by mtmiller (Updated the item)
  • -email is unavailable- added by lostbard (Posted a comment)
  • -email is unavailable- added by None (Submitted the item)
  •  

    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
    2015-03-18 rik5 Open/ClosedOpen Closed
    2015-03-17 mtmiller CategoryNone Plotting with OpenGL
        Item GroupOther Incorrect Result
        StatusNone Works For Me

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code