[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #43429] print() doesn't return file for invisi
From: |
Nico |
Subject: |
[Octave-bug-tracker] [bug #43429] print() doesn't return file for invisible figures |
Date: |
Fri, 17 Oct 2014 10:18:04 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36 |
URL:
<http://savannah.gnu.org/bugs/?43429>
Summary: print() doesn't return file for invisible figures
Project: GNU Octave
Submitted by: nschloe
Submitted on: Fri 17 Oct 2014 10:18:03 AM GMT
Category: Plotting
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: None
Status: None
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: 3.8.1
Operating System: GNU/Linux
_______________________________________________________
Details:
As opposed to MATLAB, in Octave there is no way for printing an invisible
figure to a file.
MWE:
```
set(0,'DefaultFigureVisible','off');
plot([1,2], [1,2])
print('test.pdf','-dpdf')
```
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?43429>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-bug-tracker] [bug #43429] print() doesn't return file for invisible figures,
Nico <=