octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #29569] the bottom right figure of second plot


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #29569] the bottom right figure of second plotyy demo incorrect
Date: Fri, 16 Apr 2010 22:50:39 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.9 Safari/533.2

Follow-up Comment #7, bug #29569 (project octave):

David, I'm suspicious we may be running different versions of gnuplot.  I'm
running a version I compiled from the developers sources a few months ago.
What version are you running?

Also, what do you get when you do the following? Is the mode of each axes set
to "manual".

octave:10> demo ("plotyy", 1); axis square; get (findall (gcf, "type",
"axes"), "plotboxaspectratiomode")

plotyy example 1:
 clf
 x = 0:0.1:2*pi; 
 y1 = sin (x);
 y2 = exp (x - 1);
 ax = plotyy (x, y1, x - 1, y2, @plot, @semilogy);
 xlabel ("X");
 ylabel (ax(1), "Axis 1");
 ylabel (ax(2), "Axis 2");

ans =

{
  [1,1] = manual
  [2,1] = manual
}

I've attached the result I see.

Once you've reported the version of gnuplot you're using, I'll install and
test that one.

Ben

(file #20247)
    _______________________________________________________

Additional Item Attachment:

File name: Figure 1.png                   Size:43 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?29569>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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