01-05-2007 11:38 AM
01-05-2007 12:29 PM
01-05-2007 12:46 PM
01-05-2007 01:19 PM
What I want is to display the actual cursor position inside the graph right where the cross of the cursor is, for example: + (1,2) .
I do have the cursor window next to the graph but it is useless since I want the cursor location to be saved on the graph when I export the graph as an image.
Pretty much like Matlab when you activate the cursor....it tells you where you are and displays that inside the graph.
The only thing that I can display is the lable of the cursor....useless.....
01-05-2007 01:44 PM - edited 01-05-2007 01:44 PM
You can add the coordinates to the cursor name with a a property node and a Format Into String.
Message Edited by Dennis Knutson on 01-05-2007 12:45 PM
01-05-2007 02:04 PM - edited 01-05-2007 02:04 PM
And yet again "Billy the Mountain has tromped on Edwards Air Force Base" (Billy the Mountain by Frank Zappa).
But here is my version anyway.
Ben
Message Edited by Ben on 01-05-2007 02:04 PM
01-09-2007 10:44 AM
Thank you very much,
I added one of the versions, but now how do I change the active cursor....I duplicated the same structure in the while loop and declared cursor 1....but both cursor are grabbin the label of cursor 0....
01-09-2007 10:55 AM
01-10-2007 02:48 PM