[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #38961] print freezes when printing certain fp
From: |
anonymous |
Subject: |
[Octave-bug-tracker] [bug #38961] print freezes when printing certain fplots |
Date: |
Fri, 10 May 2013 17:15:32 +0000 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.65 Safari/537.31 |
URL:
<http://savannah.gnu.org/bugs/?38961>
Summary: print freezes when printing certain fplots
Project: GNU Octave
Submitted by: None
Submitted on: Fri 10 May 2013 05:15:31 PM UTC
Category: Plotting with gnuplot
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Crash
Status: None
Assigned to: None
Originator Name: Mariusz
Originator Email: address@hidden
Open/Closed: Open
Discussion Lock: Any
Release: 3.6.3
Operating System: Mac OS
_______________________________________________________
Details:
print takes a very long time when changing the plot in a minor way.
octave:1> fplot('x^2*sin(x)+1',[-2 2]),tic,print(1, "a.png","-dpng"),toc
Elapsed time is 0.707911 seconds.
octave:2> fplot('x^2*sin(x)+0',[-2 2]),tic,print(1, "b.png","-dpng"),toc
Elapsed time is 14.3234 seconds.
I'm not complaining, I just think it's very very odd. I get this behavior
consistently. Can anyone offer an explanation if this isn't a bug?
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?38961>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-bug-tracker] [bug #38961] print freezes when printing certain fplots,
anonymous <=