problem

Jaroslav Hajek highegg at gmail.com
Thu Jun 5 00:23:15 CDT 2008


On Tue, Jun 3, 2008 at 6:23 PM, Arlette Chacón <arlette at dfa.uv.cl> 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
> Help-octave at octave.org
> 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



More information about the Help-octave mailing list