200k views
3 votes
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.

User Ceilfors
by
5.5k points

1 Answer

3 votes

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.

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-example-1
User Scott Forsyth
by
5.6k points