ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Graph Problem

Hi all,

Please refer to the attached graph. How can I removed the line from 0 to -5. ? Any idea?

Please advice.

Thanks

Cheyne


Message Edited by cheyne on 07-04-2008 05:02 AM
0 Kudos
Message 1 of 4
(2,987 Views)

Hi Cheyne,

it looks like an XY graph, so you should delete this point from the connected array.

Hope it helps.
Mike

0 Kudos
Message 2 of 4
(2,972 Views)
Specifically, it looks like both your X and Y arrays have a 0 as their first element. Is this data you read from a file, or something that was read from an instrument/DAQ, or something that you generated programmatically? If it's read from a file you may have a bug in your file-reading code.
Message 3 of 4
(2,958 Views)
Hi all,

Thanks for the suggestion and reply. I have managed to solve the problem by removing the 1st row of my array which previuosly written with some strings.

Cheyne
0 Kudos
Message 4 of 4
(2,926 Views)