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

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

[Octave-bug-tracker] [bug #34232] loglog.m test fail (MinGW)


From: Tatsuro MATSUOKA
Subject: [Octave-bug-tracker] [bug #34232] loglog.m test fail (MinGW)
Date: Thu, 08 Sep 2011 03:52:28 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1

Follow-up Comment #1, bug #34232 (project octave):

I have tested



 hf = figure (1232, "visible", "off");
 unwind_protect  
   a = logspace (-5, 1, 10);
   b =-logspace (-5, 1, 10);
   loglog (a, b)
   axis tight
   getgca=get (gca, "ytick")
   ansv=all (get (gca, "ytick") )
 unwind_protect_cleanup
 close (hf);
 end_unwind_protect


getgca =  1
ansv =  1

To see the results, all (get (gca, "ytick") < 0) fails.
What results will be requested for get (gca, "ytick") ?


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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