03-13-2002 06:57 AM
03-13-2002 07:09 AM
03-13-2002 07:32 AM
03-13-2002 10:49 AM
03-13-2002 09:37 PM
10-21-2017 11:30 AM
What we will likely add at some point is a way to truly show and hide a
plot.
I wonder why this has not been implemented yet? I can't see any reason we would want cursors to snap to points that are not visible. I'd just call this a bug, and fix it.
11-06-2022 11:01 PM
This is me replying to my own question under a new alias.
I found the solution that worked for my case: If a plot is disabled I fill it in my Graph with an array created from a numeric constant with the text "NaN" entered in it. I keep a data array with the original data, that use to I restore the data when the user enables a plot.
I had never known that NaN could be used as a numeric value!
When a Graph plot is filled with NaN, it's ignored by the cursor even when the cursor is in multiplot mode.
In my case this was a simple and elegant solution.