Feature #496
Let pshistogram have option to lump extreme values into first and last bin
Status: | Closed | Start date: | 2014-01-28 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 100% | ||
Category: | - | |||
Target version: | Candidate for next minor release | |||
Platform: |
Description
The subject says it all. This is the default behavior in Matlab/Octave for the hist function. Currently, extreme values relative to a specified -R range are ignored.
History
#1
Updated by Paul almost 7 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Implemented as -W<width>[+l|h|b] in r13227.
#2
Updated by Paul almost 7 years ago
- Status changed from Resolved to Closed
Closing this as implemented.