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

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

[Octave-bug-tracker] [bug #38508] hist does not support axes handle as a


From: anonymous
Subject: [Octave-bug-tracker] [bug #38508] hist does not support axes handle as an argument
Date: Wed, 13 Mar 2013 14:06:00 +0000
User-agent: Mozilla/5.0 (Windows NT 5.2; WOW64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.152 Safari/537.22

URL:
  <http://savannah.gnu.org/bugs/?38508>

                 Summary: hist does not support axes handle as an argument
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Wed 13 Mar 2013 14:05:58 UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.2
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

The following does not plot anything in Octave 3.6.2


data = randn(1000,1);
figure 
s(1) = subplot(2,1,1); 
s(2) = subplot(2,1,2); 
hist(s(1),data,50) 
hist(s(2),data,xcenters)


and generates the following warning in the console window:

>> hist(s(1),data,50)
warning: hist: bin values not sorted on input
>> hist(s(2),data,xcenters)
warning: hist: bin values not sorted on input






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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