bugGNU Octave - Bugs: bug #42663, Not printing a invisible plot

 
 

bug #42663: Not printing a invisible plot

Submitter:  None
Submitted:  Wed 02 Jul 2014 11:26:34 AM UTC
   
 
Category:  Plotting with OpenGL Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Matlab Compatibility
Status:  Duplicate Assigned to:  None
Originator Name:  bhaal Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 3.8.1
Operating System:  * Any Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 02 Jul 2014 12:05:27 PM UTC, comment #1: 

Thanks for your bug report. This is a long-standing known issue with OpenGL plotting, closing as a duplicate of but #33180.

If you need a workaround to print non-visible plots, use the gnuplot toolkit instead:


graphics_toolkit gnuplot


This must be run before opening any figures. Add it to your startup files if you want to make this change permanent for you.

Mike Miller <mtmiller>
Group Member
Wed 02 Jul 2014 11:26:34 AM UTC, original submission:  

When you try to print a plot in figure that has the property 'visible' to 'off', octave does nothing.

trycode:
---------------------------------------------------
figure(1);
plot([1 2],[1 2]);
print test1.png -dpng  #prints to file correctly

figure(2,'visible','off');
plot([1 2],[2 1]);
print test2.png -dpng  #nothing happens
---------------------------------------------------

Anonymous

 

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

    Date Changed by Updated Field Previous Value => Replaced by
    2014-07-02 mtmiller CategoryPlotting Plotting with OpenGL
        StatusNone Duplicate
        Open/ClosedOpen Closed
        Operating SystemGNU/Linux Any
        Dependencies- Depends on bugs #33180

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code