bug-gnu-pspp
[Top][All Lists]
Advanced

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

PSPP-BUG: [bug #47139] EXAMINE plot histogram does wrong binning


From: Friedrich Beckmann
Subject: PSPP-BUG: [bug #47139] EXAMINE plot histogram does wrong binning
Date: Sun, 14 Feb 2016 20:12:38 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/601.4.4 (KHTML, like Gecko) Version/9.0.3 Safari/601.4.4

Follow-up Comment #2, bug #47139 (project pspp):

Hi John,

the problem is also visible in the current git version with at commit
9bf0d33865adacf. You can see the problem also with integer numbers.


DATA LIST LIST /A *.
BEGIN DATA
1
1
1
2
2
3
3
3
3
4
4
4
5
5
6
7
END DATA

LIST /FORMAT=NUMBERED.

EXAMINE
        Variables = A
        /plot = histogram
        .


This produces the same buggy histogram where the last bin is wrong (empty).

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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