This document discusses plotting histograms in big data analytics. It begins with an introduction to histograms and how they show the distribution of a dataset. It then explains how histograms work by using vertical bars divided into bins to show the frequency of data points. The document also includes tips for creating histograms, such as always starting the vertical axis at 0. It describes extensions of histograms, including overlapping histograms to compare distributions, frequency polygons which connect the midpoints of histogram bars, and density plots which use a continuous curve to estimate the probability density function of the data.