octave-maintainers
[Top][All Lists]
Advanced

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

Re: FLTK limits/position weirdness


From: Ben Abbott
Subject: Re: FLTK limits/position weirdness
Date: Sat, 01 May 2010 19:41:58 -0400

On May 1, 2010, at 3:33 PM, Shai Ayal wrote:

> On Sat, May 1, 2010 at 7:20 PM, Ben Abbott <address@hidden> wrote:
>> The commands below, change the plotbox size to half that specified by the 
>> "position" property.
>> 
>>         backend fltk; close all; axis ([0 1 0 1]); axis([0 .5 0 .5])
>> 
>> I tried looking through the sources, but couldn't locate where this problem 
>> is.
>> 
>> Ben
>> 
> 
> It looks OK to me. Can you explain the problem better (screenshot?)
> 
> Shai

I've attached plots for the two examples below.

        backend fltk; close all; axis ([0 1 0 1]); axis([0 .5 0 .5])

        backend fltk; close all; axis ([0 1 0 1]); axis([0 2 0 .5])

When setting the axis limits, the plotbox is scaled such that the pixels/data 
remains constant.

Ben

PNG image

PNG image


reply via email to

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