LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

plot vertical line

how will we plot a sigle or multiple lines in XY grph btwn two plot already aquired . I hv tried thru inserting a 3rd array and then choosing bar plot lines option ,with this i hv tried fill to baseline optin .
fill to bsln option work ok when it is selected as zero, inft,or -inft , but as soon as we choose a polt a fill replaces the lines
 
0 Kudos
Message 1 of 5
(3,221 Views)
0 Kudos
Message 2 of 5
(3,215 Views)
i hv trd all these but those thngs drw a line frm to to bottm or some otr thngs acualy wht a want is this
0 Kudos
Message 3 of 5
(3,207 Views)
It's the same concept. You have to create the little vertical lines based on the Y values for your desired X locations, and then generate a plot that consists of 2 points and then just add it to the XY graph. See attached example (LabVIEW 8.2).

An alternative is to use plot images to just draw on the graph directly. This involves getting XY coordinates for the points you want to plot and then using the drwaing functions to draw a line. There's examples that ship with LabVIEW to show you how to draw on a graph. It's up to you to determine which method you think is easier.
0 Kudos
Message 4 of 5
(3,189 Views)
sorry i could nt answr it due to the wrking hrs
 
thnks a lot it worked
 
actualy i was confused previously , how  could  we use two or more similar  X axis values
 
now it is clear
 
thnks again
 
 
0 Kudos
Message 5 of 5
(3,153 Views)