Input to graphing a polar function

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}"

1 Like

This worked just the way i wanted. Thanks.