bug #62189: Fixed clipped numbers in histogram legend
[pspp] / doc / pspp-figures / descriptives.sps
1 get file='physiology.sav'.
2
3 descriptives
4         /variables = height temperature
5         /save.
6
7 descriptives
8         /variables = zheight ztemperature.