help-octave
[Top][All Lists]
Advanced

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

Re: axis equal help!


From: pathematica
Subject: Re: axis equal help!
Date: Tue, 13 Jul 2010 17:03:35 -0700 (PDT)


bpabbott wrote:
> 
> 
> Changing the axis "position" property will work. What I had suggested was
> to change the *figure*'s "paperposition" property.
> 
> You'll see this property listed if you type "get (gcf ())"
> 
> Ben
> 

Hi Ben (again!)

I was not able to make that work. I interrogated the graphic object (here,
it was figure(2)) and reset the paperposition as follows:

> figure(2); get (gcf (), "paperposition")
ans =

   0.25000   2.50000   8.00000   6.00000

> figure(2); set (gcf (), "paperposition", [0.25000   2.50000   8.00000  
> 9.00000]) 

(changed fourth component)

but that had no effect. Would this be expected of an X-window and is it the
correct way when I write the plot to a file (which I have not tried yet)?

Thanks


-- 
View this message in context: 
http://octave.1599824.n4.nabble.com/axis-equal-help-tp1636701p2288133.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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