09-03-2007 04:57 PM
09-04-2007 11:16 AM - edited 01-09-2012 05:42 PM
You should make sure that you have the correct coordinates. Here's a quick example to draw a line.
Modyfy as needed. There are a few thing that could be improved. 🙂
EDIT: there was a bug in the original VI (see below) and I have corrected the error in a new attachment (LabVIEW 8.2)
09-05-2007 04:21 AM
Hi,
Thank you altenbach! This is exactly what I was looking for.
Could you explain to me why you add [-8,8] to the [top, left] graph coordinates?
Thanks again,
Danielle
07-22-2009 09:40 AM
Could someone upload this VI for 8.0 ?
Thanks in advance!
07-23-2009
01:49 PM
- last edited on
01-09-2012
06:00 PM
by
altenbach
Hi Christophe,
Here you go. Let me know if this works for you in 8.0.
Regards,
Stephen S.
01-09-2012 05:26 PM - edited 01-09-2012 05:30 PM
dsavir wrote:Could you explain to me why you add [-8,8] to the [top, left] graph coordinates?
.... because my program has a bug. 😉
You need to reverse the two elements in the cluster when reading the plot bounds: "left" first, "top" below it.
Here's how it should look like: