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: Carnë Draug
Subject: Re: Showing plots in the middle of code
Date: Mon, 26 Apr 2010 14:18:58 -0400

On 26 April 2010 14:04, Søren Hauberg <address@hidden> wrote:
> Call 'drawnow'

This is exactly what I needed.

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.

Thank you both,
Carnë Draug



reply via email to

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