Jump to content

Multi-plot graphs and user-enabled drawing


Recommended Posts

I have two questions today:

How exactly does one make a multi-plot graph with two sets of data (as in two sets of x-values and two sets of y-values of array format)? I want the result to be in an XY Graph format (using LabVIEW 6.1 of course).

In addition, is it possible to allow the user to place points on a graph as input and allow the coordinates to be returned to an array? If so, is it also possible for the user to draw a line on the graph and allow a certain number of points from the line to be returned?

These may be simple questions but I would appreciate the help nonetheless :laugh:

Link to comment
I have two questions today:

How exactly does one make a multi-plot graph with two sets of data (as in two sets of x-values and two sets of y-values of array format)?  I want the result to be in an XY Graph format (using LabVIEW 6.1 of course).

In addition, is it possible to allow the user to place points on a graph as input and allow the coordinates to be returned to an array? If so, is it also possible for the user to draw a line on the graph and allow a certain number of points from the line to be returned?

These may be simple questions but I would appreciate the help nonetheless  :laugh:

5394[/snapback]

Okay, I found how to transpose multiple plots on a graph; I was just too lazy too look it up :) . But I have not resolved the second question.

Link to comment
Use this as a start

Download File:post-1013-1122317126.vi

5397[/snapback]

Sorry if you misunderstood, but I already found out how to place multiple plots on an XY graph. Sorry about that. What I do need help with is enabling the user to place their own points and draw their own lines on a graph by using their cursor. I want the points to be returned to two separate arrays (one for x-values and one for y-values). This would be useful.

Thanks.

Link to comment
  • 2 weeks later...
Sorry, but I don't have Labview 7.0  :headbang:. How would you do it in Labview 6.1?  If the example is in LV 6.1 under a different name, please direct it to me.

Thanx

5520[/snapback]

Search the examples under graph. They used to have a similar example for the older versions that didn't use the event structure.

Neville.

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.