help-octave
[Top][All Lists]
Advanced

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

AW: AW: muliple graphs in different frames


From: Matz Katja (K5/ESK5)
Subject: AW: AW: muliple graphs in different frames
Date: Mon, 17 Jul 2000 09:11:43 +0200

Try 

"gset l/t/bmargin 12" for equalizing space around graphs
"axis(x0, xe, y0, ye)" for min/maximize axis
"gset xtics/ytics" for scaling (in axis units)
"gset mxtics/mytics" for scaling without text (points per unit)
 
Katja

> Thanks!
> 
> Can I ask something about octave?
> I am porting the matlab code into octave now.
> But I have problem.
> 
> What I want is to write several "plots" into one graph, showing the data
> with
> several confidence interval.
> This is psudo code.
> 
> nsub = 5, m is the matrix.
> 1) plot(1:nsub, m)
> 2) plot(1:nsub, mean(m))
> 3) for n=2:nsib
>     plot ([n n], [m(n)-1.99*stdm(n)/sqrt(lensub)
> m(n)+1.99*stdm(n)/sqrt(lensub)]
>     plot (n+.0.5 n+.05],[m(n) -seuil*stdm(n)/sqrt(lensub)
> m(n)+1.99*stdm(n)/sqrt(lensub)]
>      I have several more similar plot.
>    end
> (1) and (2) are plotted together in one graph.
> But the problem is that the plots included in (3)  makes another x axisand
> yaxis and the graph is so
> "ugly".
> 
> Thanks for reading the mail.
> 
> Yoon
> 
> 
> 
> 
> 



-----------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.che.wisc.edu/octave/octave.html
How to fund new projects:  http://www.che.wisc.edu/octave/funding.html
Subscription information:  http://www.che.wisc.edu/octave/archive.html
-----------------------------------------------------------------------



reply via email to

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