05-04-2024 10:31 AM - edited 05-04-2024 10:51 AM
One problem is that if you would just remove the outside points, the graph will connect the edge points. If you want gaps, you should use a plot style that has no interpolation.
altenbach_1-1714836457341.png
If you want to just hide all outside points, you can substitute NaN.
altenbach_0-1714836426287.png
If you just want to zoom into the range between the cursors, you could just change the Ymax and Ymin via property nodes and disable Y autoscale.
altenbach_2-1714836619099.png
You simply need to decide what you want!
05-04-2024 11:51 AM
Thanks for your help. The first solution resembles what I wanted to do.
05-04-2024 11:53 AM
Here are the various VIs.
05-04-2024 12:28 PM
thanks !