My goal is to have a dotplot produced from data students have entered into a table in a previous slide. I have read about going from a list to a table but can not seem to find/figure out how to do the reverse.
Thank you
My goal is to have a dotplot produced from data students have entered into a table in a previous slide. I have read about going from a list to a table but can not seem to find/figure out how to do the reverse.
Thank you
Getting data from a table to a list (in a graph) is much easier.
In graph CL:
numberList("L"): yourTableName.columnNumericValues(1)
That’s it. Then use the lists however you deem fit.