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

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

PSPP-BUG: [bug #47180] FREQUENCIES - bar chart plot does not honor the P


From: Friedrich Beckmann
Subject: PSPP-BUG: [bug #47180] FREQUENCIES - bar chart plot does not honor the PERCENT option in the axis scaling
Date: Wed, 17 Feb 2016 18:24:55 +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

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

                 Summary: FREQUENCIES - bar chart plot does not honor the
PERCENT option in the axis scaling
                 Project: PSPP
            Submitted by: beckmanf
            Submitted on: Mi 17 Feb 2016 18:24:54 GMT
                Category: Output Driver
                Severity: 5 - Average
                  Status: None
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
                 Release: None
                  Effort: 0.00

    _______________________________________________________

Details:

The bar chart plot of the frequencies command does not honor the PERCENT
option in the axis ticks. The following code shows the problem. The graph axis
still shows the absolute numbers although the axis text has changed to
"Prozent" in the german version.


DATA LIST LIST /X * .
BEGIN DATA
1
2
2
3
2
END DATA

FREQUENCIES
    /VARIABLES = X
    /BARCHART PERCENT.


Friedrich




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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