07-20-2010 10:59 PM
Here it goes,
now im trying to format my waveform graph in LabView.
i have my own set of data which is currently in 2D array and it has 1 colume and 11000 row of data.
i want to use this data to be my X axis.
any idea on how should it be?
07-20-2010 11:11 PM
And what do you want to use for your Y data?
07-21-2010 01:39 AM
Something like this.
im able to plot the graph now with Column Y and Z but i cant find ways to set the X axis with the X column.
is it possible to do it?
07-21-2010 08:34 AM
Do you really want the values shown on the X axis to be out of order like that?
Here are 3 threads I found discussing arbitrary text labels on the x-axis.
http://forums.ni.com/t5/LabVIEW/arbitrary-axis-labels-on-a-bar-graph/m-p/400584
http://forums.ni.com/t5/LabVIEW/Graphing-Using-Text-Labels-on-the-X-Axis/m-p/243950
07-21-2010 09:42 PM
yes, i want it to be show in order
i have seen these 3 threads but it seems that i cant find the solution i needed.
but firstly, is the scales in waveform graph editable?
i, still exploring the property node trying to find ways of doing it, but still cant find it thought.
07-21-2010 09:53 PM
You cannot edit the scales the way you want. Neither the chart, graph, or XY graph allow fot arbitrary or text scales. The links above are the only way I know of.
07-21-2010 10:49 PM
crap.
so there's is no other way of displaying the values i want for X axis? cos in the end, i might have to export the graph out to microsoft word.
from the method i see, after exporting, the X axis value in gone as it is not together with the graph.
07-22-2010 09:14 AM