Use the contracts provided below to make each type of display in the Animals Starter File. Then answer the questions about each display.

Bar Charts # bar-chart :: Table, String -> Image

function-name (table-name :: Table, column-name :: String)

Sketch a bar chart below.

Bar charts summarize 1 column of categorical/quantitative data.

This kind of display tells us…​

Pie Charts # pie-chart :: Table, String -> Image

function-name (table-name :: Table, column-name :: String)

Sketch a pie chart below.

Pie charts summarize 1 column of categorical/quantitative data.

This kind of display tells us…​

Box Plots # box-plot :: Table, String -> Image

function-name (table-name :: Table, column-name :: String)

Sketch a box plot below.

Box plots summarize 1 column of categorical/quantitative data.

This kind of display tells us…​

Histograms # histogram :: Table, String, String, Number -> Image

function-name (table-name :: Table, labels :: String, values :: String, bin-width :: Number)

Sketch a histogram below.

Histograms summarize 1 column of categorical/quantitative data.

This kind of display tells us…​

These materials were developed partly through support of the National Science Foundation, (awards 1042210, 1535276, 1648684, 1738598, 2031479, and 1501927). CCbadge Bootstrap by the Bootstrap Community is licensed under a Creative Commons 4.0 Unported License. This license does not grant permission to run training or professional development. Offering training or professional development with materials substantially derived from Bootstrap must be approved in writing by a Bootstrap Director. Permissions beyond the scope of this license, such as to run training, may be available by contacting contact@BootstrapWorld.org.