help-octave
[Top][All Lists]
Advanced

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

Re: Figure/plot window not responding


From: Tatsuro MATSUOKA
Subject: Re: Figure/plot window not responding
Date: Wed, 28 Jul 2010 11:09:33 +0900 (JST)

Hello

set (0, "currentfigure", f); ??

To get figure handle, please use gcf()

octave:9> figure(1)
octave:10> gcf()
ans =  1
octave:11> figure(2)
octave:12> gcf()
ans =  2

Please see octave manual
 15.2.1 Graphics Objects

Regards

Tatsuro
--- wrote:

> Hi, 
> 
> I'm new to Octave but it is promising, except that I have the problem with
> figures/plots that are not responding. 
> 
> The problem occurs already when executing the figure command (set (0,
> "currentfigure", f); in figure.m ), which if you look in the Task manager
> results first in one application 'Figure 1 not responding' then after a
> short while another application pops up also named 'Figure 1 not
> responding'. Then I execute a plot command which give me back the control
> of the figure window and the Task manager now only shows one application
> as
> 'Figure 1 running'. 
> 
> This seems to be a work around when done interactively but does not work
> when
> done in a script, which is what I want. Can anyone provide some help? 
> 
> I have: 
> 
> -no oct2mat active 
> 
> -modified __gnuplot_ginput__.m according to
> http://old.nabble.com/ginput-on-Octave-3.2.4-mingw32-to28093888.html [1] 
> 
> -setting first in session putenv('GNUTERM','wxt'); 
> 
> Platform: 
> 
> MS Windows XP, version 2002, service Pack 3 
> 
> Intel Core 2 Duo T9300 
> 
> Nvidia Quadro FX 360M 
> 
> Octave : 
> 
> GNU Octave, version 3.2.4 
> 
> Octave was configured for "i686-pc-mingw32" 
> 
> Regards, 
> 
> Jan 
> 
>  
> 
> 
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://www-old.cae.wisc.edu/mailman/listinfo/help-octave
> 


--------------------------------------
Get the new Internet Explorer 8 optimized for Yahoo! JAPAN
http://pr.mail.yahoo.co.jp/ie8/


reply via email to

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