> I would like to be able to add a point to a (overlayed multiplot)
> graph using the mouse cursor to select a point. Additionally it would
> be most useful to be able to select a data point in order to delete it
> and/or replace witha new poistion by enterering x,y values or clicking
> on the graph. This is a last minute VI I try to get running for data
> cleaning/reviewing on garph (in my case EKGs).
>
You will need to have some buttons to do the add and delete, and the
easiest way to point to something on a graph is to use a graph cursor.
Rather than just clicking on the graph, you grab the cursor and drop it
on the graph where you want to affect. You can have the cursor free,
snapping to any plot, or locked to a single plot. The cursor dis
play
also has numeric displays you can type into.
I believe some VIs were written to map between a pixel point and the
graph scales values, but I'm not sure how thorough this VI is or where
it it located.
Greg McKaskle