Using the Big Class sample data table and wanting to draw a line graph with the line going through each data point.
txnelson_0-1720008603289.png
The X axis, Weight, needs to be sorted in ascending order, so before opening Graph Builder order the data table by ascending weight.
Then open Graph Builder and drag Height to the Y axis and Weight to the X axis.
txnelson_1-1720008819980.png
click on the Line icon
txnelson_2-1720008867153.png
Which changes the display to
txnelson_3-1720008917480.png
However, the line graph is graphing the mean values. Th change to each data point select the Row Order box
txnelson_4-1720009044604.png
Jim