08-14-2008 04:56 AM
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
08-14-2008 08:09 AM
08-14-2008 08:18 AM
That will only change the line style of the data, and not the grids .
I want to chage the grid lines to dashed..
08-14-2008 08:38 AM - edited 08-14-2008 08:40 AM
Do u want a graph that looks like this?
08-14-2008 10:38 AM
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.
08-14-2008 11:26 AM
08-14-2008 11:30 AM
08-19-2008 07:20 AM
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 ..
08-19-2008 07:24 AM
08-20-2008 08:04 AM
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