02-16-2007 11:06 AM
02-16-2007 11:29 AM
02-16-2007 11:43 AM
02-16-2007 11:59 AM - edited 02-16-2007 11:59 AM
For a a scatter plot, you don't even need the NaNs.
Simply feed the x and y arrays into a loop as above and built new array pairs depending on the boolean. Here is one possibility:
I am not sure if LabVIEW 7.0 has annotation capability. How many points do you have?
Message Edited by altenbach on 02-16-2007 10:01 AM
02-16-2007 12:07 PM
02-16-2007 12:12 PM
02-16-2007 12:22 PM
02-16-2007 12:31 PM
You can change the point style to open circles. You can make them bigger by increasing the "linewidth" (a bit unintuitive, since you don't even show lines ;))
Annotations have been made much easier in newer version. For example we can even draw arbitrary things on the graph area using image commands.
One possibility for you would be to use an picture indicator instead of an xy graph. Here you have full control over anything at the cost of a bit more coding.
02-16-2007 12:58 PM
02-16-2007 02:54 PM - edited 02-16-2007 02:54 PM
I tend to use complex numbers for simplicity for 2D geometry. Newer LabVIEW versions can graph complex data as xy on an xy graph, making things even easier.
Message Edited by altenbach on 02-16-2007 12:57 PM