octave-maintainers
[Top][All Lists]
Advanced

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

Re: Scale problem using plot()


From: Ben Abbott
Subject: Re: Scale problem using plot()
Date: Tue, 26 Oct 2010 00:08:48 +0800

On Oct 26, 2010, at 12:01 AM, Michael D Godfrey wrote:

> On 10/25/2010 08:48 AM, Ben Abbott wrote:
>> Try setting "ylim" not "ymin"
>> 
>>      set (gca (), "ylim", [56, 140])
>> 
>> Ben
>> 
> I just noticed that, too.
> 
> And, this does correct the plots for both gnuplot and fltk!
> 
> But, it is still true that the scales do change without the
> 
> set (gca (), "ylim", [56, 140])
> 
> The only effect of this statement is that the plots do not
> have the extraneous stuff at the bottom and the annotation
> of the yaxis is correct (56 appears where it should).
> 
> Plots using fltk are attached.
> 
> I will take a look at the Manual again to see if this behavior
> is described.
> 
> Michael

I don't understand what you mean by "the scales change"

Can you give an example?

The patch I attached earlier properly crops the grid, ticks, and ticklabels so 
they aren't drawn outside the axis limits, so the "extraneous" stuff will be 
gone once the changeset is committed.

Ben



reply via email to

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