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

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

[Octave-bug-tracker] [bug #45006] statistics -> boxplot: make automatic


From: Martin Kunz
Subject: [Octave-bug-tracker] [bug #45006] statistics -> boxplot: make automatic width scaling optional
Date: Mon, 04 May 2015 16:49:12 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0

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

                 Summary: statistics -> boxplot: make automatic width scaling
optional
                 Project: GNU Octave
            Submitted by: mkunz
            Submitted on: Mo 04 Mai 2015 16:49:10 GMT
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Feature Request
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.0-rc4
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

In the statistics package v1.2.4, boxplot produces plots where the width of
the box is proportional to the number of data points contained. While this is
a nice feature, users might not want it under certain circumstances. Consider,
for example, the comparison of two datasets that differ a lot in size:


boxplot({randn(10,1),randn(1000,1)},.5)


Depending on the size of the figure window, the left box might not be visible
at all, and even if it is, the borders of the "notches" cannot be seen.

Therefore, my suggestion is to make the automatic adjustment of the box width
optional, i.e. to introduce a switch that selects either auto scaling or fixed
box width.




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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