LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

showing grid lines as dashed lines

Dear All,

i am using a waveform chart to plot my data .. i want to insert grid inside my chart .

There are 3 different options for inserting grids in d chart . 

is dere any way i can change the style of lines of grids ?? i want to see them as dashed lines rather than a continous line ... 

 

 

Thanks

Ritesh

0 Kudos
Message 1 of 26
(6,593 Views)
Right click on the plot and choose line styles but am not sure whether u r looking for this.
0 Kudos
Message 2 of 26
(6,574 Views)

That will only change the line style of the data, and not the grids .

 I want to chage the grid lines to dashed..

0 Kudos
Message 3 of 26
(6,568 Views)

Do u want a graph that looks like this?

 

 

Message Edited by muks on 08-14-2008 08:40 AM
0 Kudos
Message 4 of 26
(6,563 Views)

ritesh024 wrote:

i want to see them as dashed lines rather than a continous line ... 


I don't think there is a direct way, but you could make your own custom grid using the "plot images". Check the example finder.

Message 5 of 26
(6,545 Views)
I want something like this.
0 Kudos
Message 6 of 26
(6,537 Views)
Have you tried the "plot images" property node as I mentioned? You should be able to easy do whatever you want.
Message 7 of 26
(6,532 Views)

Hi.. thanks a lot .. "plot images" with definitely work as i can put any image in the middle of the grid and d data .. but i am facing 2 problems ..

1) I am not getting how to make a picture .. i just tried copying one from another example but cudnt get how can i make a picture ... 

2) how to plot cluster onto graph ??

 

help me on the above issues ..

Thanks .. 

0 Kudos
Message 8 of 26
(6,478 Views)
Use a cluster to array function first. Then u can replace the array with a graph indicator.
0 Kudos
Message 9 of 26
(6,476 Views)

Hi,

the solution to it was a bit complicated .. i had to search for examples to get my data on the wavefrom graph... 

thing is like dis. i have to store the data of different channels on different clusters and join the clustes using Build Array ... 

Now dat i am able to show the data on graph(atleast) its not showing it continously .. the graph is plotting all d data at the starting point, i.e 0 and not moving forward .. 

I am posting the Block Diagram as well as the Output that i am getting .. 

 

Regarding Block Diargram - I am reading a text file containing the waveform data.. it has N number of rows.. each row has 4 columns containing data of 4 different channels .

i read the file "line by line" and store the data in 4 diff arrays(b,c,d,e). then i cluster these 4 arrays separately and build array using dese 4 clusters .. and d output of the array is plotted on the graph den.. 

 

Pl. have a look at it and see if dere's any solution to it .. 

 

Thanks

Download All
0 Kudos
Message 10 of 26
(6,446 Views)