Enable/Disable Graph Traces


tlemar

Recommended Posts

You can actually easily do this using flags.  Let's say you have an variable called "displayMyTrace".  You could then set this to 0 or 1 using a checkbox, then for the trace it corresponds to, change the expression from:

MyYExpression

to:

iif(displayMyTrace, MyYExpression, Nan())

There are other ways too, but we'll still look at adding a "visible" variable for each trace.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.