In a playground, I try:
b := Bag new. b add: 1 withOccurrences: 5. b add: 3 withOccurrences: 4. b add: 6. b asArray histogram
But the result is buggy apparently ...
On Mon, Feb 15, 2016 at 3:22 PM, stepharo stepharo@free.fr wrote:
Hi
I have a bag
b := Bag new. b add: 1 withOccurrences: 5. b add: 3 withOccurrences: 4. b add: 6. b
and I would like to display it as an histogram with roassal.
Stef _______________________________________________ Moose-dev mailing list Moose-dev@list.inf.unibe.ch https://www.list.inf.unibe.ch/listinfo/moose-dev