bugGNU Octave - Bugs: bug #48583, Print: don't save invisible figures

 
 

bug #48583: Print: don't save invisible figures

Submitter:  Deniss Sipchenko <denissipchenko>
Submitted:  Thu 21 Jul 2016 02:59:23 PM UTC
   
 
Category:  Plotting Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Segfault, Bus Error, etc.
Status:  Duplicate Assigned to:  None
Originator Name:  Denis Sipchenko Open/Closed:  * Closed
Release:  * 4.0.3 Operating System:  * Microsoft Windows
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 21 Jul 2016 04:08:05 PM UTC, comment #1: 

Yes, this is exactly bug #44338. Thank you for reporting, but closing as a duplicate of the one you pointed to.

Mike Miller <mtmiller>
Group Member
Thu 21 Jul 2016 02:59:23 PM UTC, original submission:  

Can't save figure as figure.png without displaying it on screen


figure(1,'visible', 'off');
plot(magic(8));
print('PrintIvisibleFigure.png')


Error message:

Mesa warning: couldn't open dxtn.dll, software DXTn compression/decompression unavailable
error: __osmesa_print__: Depth and stencil doesn't match, are you sure you are using OSMesa >= 9.0?
error: called from
    __opengl_print__ at line 171 column 7
    print at line 431 column 14
    print_png_bug at line 3 column 1


P.S. Probably related to: #44338, #46675

Deniss Sipchenko <denissipchenko>

 

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

Attach Files:
   
   
Comment:
   

No files currently attached

 

Digest:
   bug dependencies.

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by mtmiller (Posted a comment)
  • -email is unavailable- added by denissipchenko (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
    2016-07-21 mtmiller StatusNone Duplicate
        Open/ClosedOpen Closed
        Dependencies- Depends on bugs #44338

    Back to the top

    Powered by Savane 3.13-cf05.
    Corresponding source code