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 09:01:49 -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 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




Attachment: plot_data_test.pdf
Description: Adobe PDF document

Attachment: plot_data_test_no_ylim.pdf
Description: Adobe PDF document


reply via email to

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