This document provides information about constructing graphical representations of data, including bar graphs and histograms. It discusses the steps to create a bar graph by first choosing scales for the x and y axes, then drawing bars with heights proportional to the frequency values. To make a histogram, the document explains how to first convert inclusive class intervals into exclusive intervals, then draw adjacent rectangles over each interval with heights equal to the frequencies. The last part briefly mentions frequency polygons can be made by connecting the midpoints of the histogram rectangles.