help-octave
[Top][All Lists]
Advanced

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

Re: about axes properties


From: Matthias Brennwald
Subject: Re: about axes properties
Date: Thu, 24 Jul 2008 08:30:31 +0200

On Wed, 2008-07-23 at 11:26 -0500, address@hidden wrote:
> Message: 8
> Date: Wed, 23 Jul 2008 18:25:10 +0200
> From: Francesco Potorti` <address@hidden>
> Subject: about axes properties
> To: Octave users list <address@hidden>
> Message-ID: <address@hidden>
> Content-Type: text/plain; charset=iso-8859-1
> 
> In the 3.0 manual, I read exactly the same description for both the
> "position" and "outerposition" properties.
> 
> Also, while plotting two graphs in two subplots, I see that I can move
> them around using "outerposition", while changing "position"
> apparently
> has no effect.
> 
> Guessing the right numbers for "outerposition" is a matter of trying.
> Can someone shed some light on these misteries?

My understanding is that the parameter for outerposition is a vector
p(1,2,3,4) with:

p(1) is the x-coordinate of the lower left corner of the plot
p(2) is the y-coordinate of the lower left corner of the plot
p(3) is the width of the plot
p(4) is the height of the plot

All these values are given in relative units, i.e. in fractions of the
width and height of the graph window, where (0/0) is the lower left
corner of the window and (1/1) is the upper right corner.

Does that make sense? If so, something along these lines should propably
be added to the documentation.

Matthias

-- 
Matthias Brennwald
Project Manager Safety Analysis
Nagra, 5430 Wettingen, Switzerland
+41 56 437 13 32



reply via email to

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