06-25-2008 11:45 AM
01-09-2012 08:37 AM
Dear Altenbach,
Thank you for the vi for drawing line on intensity graph. I tried to implement same vi for drawing line on XY graph, but couldn't succeed. Seems, I am doing some logical mistake somewhere.
Any comments (by anyone on forum) are highly welcome.
The vi is attached..
01-09-2012 10:51 AM
You also need to take the panel position of the graph into account.
01-09-2012 11:10 AM
Can you please elaborate...what you mean by panel position?
01-09-2012 05:32 PM - edited 01-09-2012 05:44 PM
Sorry, the code actually has a bug (what a surprise that nobody pointed it out so far!)
When reading the plot bounds, the terminals are accidentally reversed. Here's how it should look like instead
("left" needs to be on top!):
(I have corrected the original code, see also)
01-10-2012 03:05 AM
Thanks...it works now