[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #43156] print command doesn't give same result
From: |
anonymous |
Subject: |
[Octave-bug-tracker] [bug #43156] print command doesn't give same result as plot |
Date: |
Fri, 05 Sep 2014 15:48:24 +0000 |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 |
URL:
<http://savannah.gnu.org/bugs/?43156>
Summary: print command doesn't give same result as plot
Project: GNU Octave
Submitted by: None
Submitted on: Fri 05 Sep 2014 03:48:23 PM UTC
Category: Plotting
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Incorrect Result
Status: None
Assigned to: None
Originator Name: Milo Westler
Originator Email: address@hidden
Open/Closed: Open
Discussion Lock: Any
Release: 3.8.2
Operating System: GNU/Linux
_______________________________________________________
Details:
I made a plot using the commands below. The plot looks good (screenshot),
test.png from the print statement does not. It also happens with .jpg and .ps
(only ones I hve tested)
>> x=0:.1:2*pi;
>> y=cos(x);
>> plot(x,y)
>> print("test.png","-dpng")
_______________________________________________________
File Attachments:
-------------------------------------------------------
Date: Fri 05 Sep 2014 03:48:23 PM UTC Name: Screenshot from 2014-09-05
10:31:31.png Size: 15kB By: None
<http://savannah.gnu.org/bugs/download.php?file_id=32031>
-------------------------------------------------------
Date: Fri 05 Sep 2014 03:48:23 PM UTC Name: test.png Size: 25kB By: None
<http://savannah.gnu.org/bugs/download.php?file_id=32032>
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?43156>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-bug-tracker] [bug #43156] print command doesn't give same result as plot,
anonymous <=