2022-04-20 21:27:54 +00:00
|
|
|
accessing
|
|
|
|
exportRetweetsHistogramWithBars: aNumberOfBars
|
|
|
|
|
2022-06-21 18:20:46 +00:00
|
|
|
| retweetsDict |
|
|
|
|
retweetsDict := {
|
|
|
|
'messagesType' -> 'retweets'.
|
|
|
|
'extent' -> (800@200).
|
|
|
|
'color' -> (Color r:(217/255) g:(56/255) b: (124/255))
|
|
|
|
} asDictionary.
|
|
|
|
^ self exportHistogramFor: retweetsDict By: aNumberOfBars
|