help-octave
[Top][All Lists]
Advanced

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

Re: problem


From: Jaroslav Hajek
Subject: Re: problem
Date: Thu, 5 Jun 2008 07:23:15 +0200

On Tue, Jun 3, 2008 at 6:23 PM, Arlette Chacón <address@hidden> wrote:
> Hello, my name is Arlette and i have problems with octave 2.9.9
> i want to plot but the interaction with gnuplot is not working
> the program is:
> gset xrange [-6:26];
> gset yrange [-6:26];
> and the program seeds i have trouble syntax error in gset xrange  [-6:26];
>
>           ^
> and In octave 3.1.73 i don't have that problem
> can you help me
> Thank you
> Arlette Chacón
>

gset is obsolete. You should use the new plotting commands. I think that
set (gca (), 'xlim', [-6, 26])
does what you need.



> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://www.cae.wisc.edu/mailman/listinfo/help-octave
>
>



-- 
RNDr. Jaroslav Hajek
computing expert
Aeronautical Research and Test Institute (VZLU)
Prague, Czech Republic
url: www.highegg.matfyz.cz



reply via email to

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