help-octave
[Top][All Lists]
Advanced

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

Re: Showing plots in the middle of code


From: Søren Hauberg
Subject: Re: Showing plots in the middle of code
Date: Mon, 26 Apr 2010 11:26:14 -0700

man, 26 04 2010 kl. 14:18 -0400, skrev Carnë Draug:
> 2010/4/26 Thomas D. Dean <address@hidden>:
> > a=[1:4];b=[1:4];
> > hold on
> > plot(a,b)
> > hold off
> > x=input ("Pick a number, any number! ");
> 
> This works with input but not with zenity_file_selection, no idea why.

Functions like 'input' and 'pause' call 'drawnow'. I guess the 'zenity'
functions could be modified to do the same.

Søren



reply via email to

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