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 14:22:19 +0800

On Oct 26, 2010, at 2:15 PM, Michael D Godfrey wrote:

> On 10/25/2010 06:48 PM, Ben Abbott wrote:
>> inputs
>> 
>> > 
>> outputs
>> 
>> > 
>> plot(in)
>> 
>> > 
>> hold on
>> 
>> > 
>> plot(out,'r');
>> 
>> > 
>> plot_title=strcat('Seasonal adjustment of: ', plot_title);
>> 
>> > 
>> title(plot_title)
>> 
>> > 
>> grid on
>> 
>> > 
>> set (gca (), "xtick", [0 12 24 36 48 60]);
>> 
>> > 
>> set (gca (), "ytick", [56 70 84 98 112 126 140])
>> 
>> > 
>> #set (gca(), "ylim", [56 140])
>> 
>> > 
>> #set (gca(), "xlim", [0 60])
>> 
> Ben,
> 
> I compiled the latest system and tried the above in fltk.
> It still draws the extraneous line below the bottom of the 
> graph.  Could you try it on your system?
> 
> By the way, I could compile the uimenu stuff, and that works
> for simple examples.  On my Mac I am using the same gcc that
> you use, so I would not have much luck there.  My system for
> most work is Linux.  
> 
> Michael

I haven't pushed the changeset yet. I'm hoping someone will look it over ... 
I'm worried I might break something, that I'm not prepared to fix.

Ben




reply via email to

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