octave-maintainers
[Top][All Lists]
Advanced

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

Re: Scale problem using plot()


From: Michael D Godfrey
Subject: Re: Scale problem using plot()
Date: Mon, 25 Oct 2010 10:06:19 -0700
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.9) Gecko/20100921 Fedora/3.1.4-1.fc13 Thunderbird/3.1.4

On 10/25/2010 09:27 AM, Ben Abbott wrote:
Please give me some code so I can parse your meaning.

The example you give initially had a yscale of [60, 140] before and after the yticks were set.

Here is some more, minor, information.  The manual says that
setting ytick also sets ylimmode to manual.  But, after
set (gca (), "ytick", [56 70 84 98 112 126 140])
I get:
octave:2> get(gca(), "ylim")
ans =

    60   140

octave:3> get(gca(), "ylimmode")
ans = auto
======================================
So, either the Manual or the code is wrong.  Which should
be changed?

Michael


reply via email to

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