All examples By author By category About

clhenrick

Histogram of Trump Tweets

This chart shows a histogram of a tweets by Donald Trump from the period of 2016-10-05 to 2017-01-06. Tweets were scraped from Twitter using Twitter-Screen-Scrape. No retweets are included in this data.

The values are binned at regular intervals using D3’s histogram layout. The x-axis uses a linear scale, such that the tick values appear between bars; this provides better indication that each bar represents the count of values between its surrounding tick values.

See also this histogram of a log-normal distribution of time durations.

Forked from mbostock's block: Histogram