I have a breed
called players
. Each player-owns
a player-strategy
. There are 6 possible player-strategies
. When I write
histogram [player-strategy] of players
nothing appears on my plot.
I have one plot with one pen -- and don't set either the plot or penname. plot-name
returns the plot. pen-mode
is bar
. interval
is 1.0
I don't know how to ask for the current penname
. But since the plot has only one pen it shouldn't matter.
The histogram command is in both plot-update
and pen-update
. I've tried it in both together or one at a time. I also tried in code. Makes no difference.
What do I have to do to get a histogram to appear?