June 1, 2021
Andy Kriebel: How to Create a Marginal Histogram
"Marginal histograms are a great choice when you want to display your data at different levels of aggregation in a single view.
You can think of a marginal histogram as a heatmap with a histogram to the side and the top of the heatmap. Each graph provides a frequency distribution.
In this example, I'm going to show you how to create a marginal histogram that displays a frequency distribution of the number of taxi rides by weekday and hour for January 2020 in NYC."
To read Andy Kriebel's full blog post, click here.