help-octave
[Top][All Lists]
Advanced

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

Re: Gnuplot hangs on Windows XP


From: Tatsuro MATSUOKA
Subject: Re: Gnuplot hangs on Windows XP
Date: Fri, 27 Feb 2009 16:53:50 +0900 (JST)

Hello

I have met no problems both for octave-3.0.3 and octave-3.1.50 on windows xp 
sp3 for executing the
following

        x = 0:0.1:3;
        y = exp(x);
        plot(x, y);

Therefore I cannot make any suggestion to you.

Regards

Tatsuro


--- Paul Wellner Bou wrote:

> Hi,
> 
> just curious -- am I the only one with this problem? Then it will have 
> to do with my windows setup here. Or is this a known problem?
> 
> Regards
> Paul.
> 
> Paul Wellner Bou wrote:
> > Hi again,
> > 
> >> No sorry. Maybe you should post a sample code (as simple
> >> as possible) that trigger the problem on your system.
> > 
> > Of course. I don't need a special sample to reproduce it, it happens 
> > always I call gnuplot from octave.
> > 
> > How to reproduce this:
> > 
> > 1. Start octave (3.0.3 or 3.1.50)
> > 2. Plot something, e.g.
> > 
> >     x = 0:0.1:3;
> >     y = exp(x);
> >     plot(x, y);
> > 
> > 3. The gnuplot window will become and remain unresponsive.
> > 4. Forcing it to close there is no way to draw a new plot until 
> > restarting octave.
> > 
> > Regards
> > Paul.
> > _______________________________________________
> > Help-octave mailing list
> > address@hidden
> > https://www-old.cae.wisc.edu/mailman/listinfo/help-octave
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://www-old.cae.wisc.edu/mailman/listinfo/help-octave
> 


--------------------------------------
Power up the Internet with Yahoo! Toolbar.
http://pr.mail.yahoo.co.jp/toolbar/


reply via email to

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