bugGNU Octave - Bugs: bug #44655, Printing a figure not containing...

 
 

bug #44655: Printing a figure not containing axes

Submitter:  Guillaume <gyom>
Submitted:  Sat 28 Mar 2015 08:28:13 PM UTC
   
 
Category:  Plotting Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Regression
Status:  Fixed Assigned to:  None
Originator Name:  Guillaume Open/Closed:  * Closed
Release:  * dev Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 29 Mar 2015 03:05:37 AM UTC, comment #2: 

I changed Octave to issue an error message and stop printing if the figure to be printed has no axes object (http://hg.savannah.gnu.org/hgweb/octave/rev/9a2d8b1f931e).

Rik <rik5>
Group administrator
Sun 29 Mar 2015 02:45:56 AM UTC, comment #1: 

This problem was introduced between version 3.6.4 and version 3.8.0.  In 3.6.4 there is no error, but nothing is printed if there is no axes.  Octave should at least produce a warning.

Rik <rik5>
Group administrator
Sat 28 Mar 2015 08:28:13 PM UTC, original submission:  

There is an error if one tries to print a figure that does not contain any axis:


>> F=figure;print(F)
error: __opengl_print__: A(I,J): column index out of bounds; value 2 out of bound 0
error: called from
    __opengl_print__ at line 156 column 8
    print at line 431 column 14


Guillaume <gyom>

 

(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 gyom (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 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2015-03-29 rik5 StatusNone Fixed
        Open/ClosedOpen Closed
    2015-03-29 rik5 Item GroupNone Regression

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code