twitter graph: what time of day do people tweet
Did the same thing as last post but instead of graphing length of tweets i graphed time of day. note that these are all corrected for PST, which is like GMT-7 so you’ll have to deal with it.
twitter graph
Inspired by Jer Thorp talking about ‘letting data tell a story’. Did a quick visualization of some twitter data: i tried to graph the average length of users’ tweets. max characters are 140, so i spread that around in a circle. pulled in the latest 200 tweets per user, that’s all you get without authentication. [...]