help-octave
[Top][All Lists]
Advanced

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

left margin of subplots


From: Matz Katja (K5/ESK5)
Subject: left margin of subplots
Date: Mon, 3 Apr 2000 10:26:07 +0200

thanks! I am still using octave2.0.14. and had a look at the octave info and
gnuplot internet reference. But I could not find this set command. Are there
more complete references somewhere to have a look at ?

> -----Ursprüngliche Nachricht-----
> Von:  address@hidden
> [SMTP:address@hidden
> Gesendet am:  Donnerstag, 30. März 2000 16:34
> An:   address@hidden
> Betreff:      Re: boxwidth of subplots
> 
> I use
> 
>    gset lmargin 10;
        ....

> >Hallo,
> >
> >thank you very much for your quick help. For the moment I've got one more
> >question, concerning the boxwidth control for subplots with axis
> variables
> >of different dimensions. Is it possible to have geometrically (on the
> paper)
> >the same x-axis for the subplots e.g. easier to compare values at same
> times
> >vertically on the paper ?
> >
> >for instance: 
> >
> >hold on;
> >z = (0:0.1:10)';
> >data = [z, sin(z), cos(z)];
> >data1 = [z, sin(z)/1000, cos(z)/1000];
> >label = [";sin;"; ";cos;"];
> >subplot(2,1,1);
> >clearplot;
> >for i=1:2 plot (z, data(:,i+1), label(i,:)); endfor;
> >subplot(2,1,2);
> >clearplot;
> >for i=1:2 plot (z, data1(:,i+1), label(i,:)); endfor;
> >hold off;
> >
> >
> >
> >-----------------------------------------------------------------------
> >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
> >-----------------------------------------------------------------------
> >
> >
> >



-----------------------------------------------------------------------
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]