help-octave
[Top][All Lists]
Advanced

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

Problem with Graph window JHandles


From: BRINGE Arnaud
Subject: Problem with Graph window JHandles
Date: Mon, 12 May 2008 22:50:34 +0200
User-agent: Internet Messaging Program (IMP) H3 (4.0.4)


Hello,

I installed Octave version 3.0.1 on Windows XP (JHandles version), and I have some problems to keep my graph window opened. When I launch octave instructions in the console , anything is ok, but when I use a .m program with Scite, it opens and immediately closes the graph window.

I tried it with this easy program :
x=linspace(0,pi,30);
y=sin(x)
plot(x,y)

Could anybody can explain to me how to avoid it ? How to result ?


Best regards,



Arnaud Bringé








reply via email to

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