Question 3

Plot a graph of Height vs Age given the data below.

Age = (10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30)

Height = (4, 4.5, 4.3, 5, 5.2, 5.8, 5.5, 4.9, 5.11, 6, 5.9)

Label the axis and chart. Age is the x-axis and height the y-axis.

Hint: Use square brackets when assigning values to variables.

Respuesta :

To plot the graph of the data given, we have a lot of options, one common option to plot this kind of data is a column bar graph.

The picture attached show the column bar for the data given, assuming that the age was measured in years and the height was measured in feet.

Some resources that could help to plot data are excel, origin or qtiplot.

Ver imagen 2134jenny