05-16-2006 06:22 AM
05-16-2006 06:54 AM
i would suggest this
Take two graphs
Fix/set identical x and y axis range for both.
In front panel, super-impose one graph on the other, make the graph that's above/front invisible.
Now, keep your geometric reference lines on one graph and plot your acquired points on the other.
Hope this helps
regards
Dev
05-16-2006 06:58 AM
05-16-2006 07:01 AM
05-16-2006 07:09 AM - edited 05-16-2006 07:09 AM
some minute settings to be done, to display graphs in this manner
Select different plot colors on the visible and invisible graphs
hide label, plot legent, x, y axis labels of one of them ( optional)
And as much as possible, try to keep the x axis and y axis same by not using auto scale x, y options
If you have to change x, y axis, do so either programatically or by default setting identical scale values for both graphs
coz if you select autoscaling, you may not be able to co-relate the super-imposed graphs at times
Message Edited by devchander on 05-16-2006 07:12 AM
05-16-2006 07:39 AM
05-16-2006 07:53 AM
05-17-2006 10:01 AM
The transperent color is chosen from tools palette>.color tool"'right click on front panel aftergetting color tool to get color palette
on top right corner, select the small block with 't' in it, for coloring front panel objects as transperent
05-18-2006 06:49 AM - edited 05-18-2006 06:49 AM
Gustavo,
If the data that you want to plot/ reference data can be expressed in x and y parameters, then Mark's suggestion of using XY graph is ideal.
But, if the reference data that you have and the data that you intend to plot (against this reference) are as a 1D array, I feel my super-imposed plots should provide a simpler way.
Message Edited by devchander on 05-18-2006 06:50 AM