Graph isn't populated from a table. Why?

I edited an activity. In the first page, I used the following in the graph from a table named “table1”. See links and pictures below:
numberList(“X”):table1.columnNumericValues(1)
numberList(“Y”):table1.columnNumericValues(2)

However, entering values into the table doesn’t populate the graph. Please help.
THANKS!

I figured it out! I forgot to set the element lists in the graph. Thanks.
image

Just FYI, the first line is the only necessary one. Although, predefining the lists does allow you to select your display options for the set of points (or functions in other scenarios).

1 Like