I want students to enter an expression in a table and that expression show up on the graph. I am using pointLabel to get x^2 to show.
pointLabel(āPā): " `${tableName.cellContent(1,2)}` "
Your table needs to have a name to reference it. Quotes are required for text. The backticks should display as laTex. You might need double backslash before each backtick?
Thanks! That works. No need for backslash. Appreciate it.