octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Comparing plots to Matlab


From: Søren Hauberg
Subject: Re: Comparing plots to Matlab
Date: Thu, 02 Dec 2010 10:32:43 +0100

tor, 02 12 2010 kl. 04:28 -0500, skrev John W. Eaton:
> On  2-Dec-2010, Soren Hauberg wrote:
> 
> | backend fltk
> | 
> | t=0:0.01:2*pi; x=sin(t);
> | 
> | plot(t, x);
> | 
> | name = 'axis_1_1.png';
> | sleep (2); % removing this avoids the crash
> | print (name, '-dpng');
> 
> Running this script works for me with a copy of Octave built from the
> current sources.

It might be OpenGL driver related (I've had issues with the intel driver
in the past). I'll see if I can debug this.

Soren



reply via email to

[Prev in Thread] Current Thread [Next in Thread]