Jump to content

Select a set of points in a xy graph


M.H.K

Recommended Posts

To be able to do this, you need to have every point as a one plot, and then you can use the PlotImage.Front property node to follow the mouse to draw a ROI on the graph, and then find the plots-points that are within the ROI and change the Color of those plots.

It might be easier to use a Picture Control Plot to start with.

Link to comment
8 hours ago, MikaelH said:

To be able to do this, you need to have every point as a one plot, and then you can use the PlotImage.Front property node to follow the mouse to draw a ROI on the graph, and then find the plots-points that are within the ROI and change the Color of those plots.

It might be easier to use a Picture Control Plot to start with.

Hi MikaeIH and thanks for your reply.

I have a question about your help.

How Can I draw a ROI in xy graph?

Link to comment
12 hours ago, M.H.K said:

Hi MikaeIH and thank you very much.It's exactly my goal.

I will try your example and if I have a question, I will say you.

Thank you again.

No Worries, that's why we are here :-)
The property node that will let you know the Coordinate Offset is a property node that is "Secret", you can only select this if you put this into your LabVIEW.ini file.
SuperSecretPrivateSpecialStuff=True

If you don't want you use this property node, you can just use a constant value.


 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.