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

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

[Octave-bug-tracker] [bug #34389] demo ("loglog", 2) fails for gnuplot t


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #34389] demo ("loglog", 2) fails for gnuplot toolkit
Date: Tue, 01 Nov 2011 11:50:11 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.874.106 Safari/535.2

Follow-up Comment #4, bug #34389 (project octave):

I think FLTK is now behaving correctly. The 2nd demo for loglog is 


 clf ();
 a = logspace (-5, 1, 10);
 b =-logspace (-5, 1, 10);

 subplot (1, 2, 1)
 loglog (a, b)
 xlabel ('loglog (a, b)')

 subplot (1, 2, 2)
 loglog (a, abs (b))
 set (gca, 'ydir', 'reverse')
 xlabel ('loglog (a, abs (b))')


For subplot (1,2,2) the ydir is "reverse". Thus, the values are min at the top
(1e-5) and max at the bottom (1e1). For subplot (1,2,1) the min value is at
the bottom (-1e1) and max at the top (-1e-5).

I've attached the result from ML R2011b.

(file #24263)
    _______________________________________________________

Additional Item Attachment:

File name: matlab.pdf                     Size:4 KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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