I saw this command in an example
function(“f”):simpleFunction(exp1.latex, “x”)
to graph a rectangular function.
How would I change that to get a polar graph from an input ?
Burton
I saw this command in an example
function(“f”):simpleFunction(exp1.latex, “x”)
to graph a rectangular function.
How would I change that to get a polar graph from an input ?
Burton
You can use rawExpression, but it’s not the most stable sink apparently.
rawExpression: "${exp1.latex}"
This worked just the way i wanted. Thanks.