01-13-2009 02:31 PM
Revisiting this one even though I likely still have to use the XY
graph overlay method to allow consistent axis scaling with spectrogram
axis rescaling.
But this seems to clean things up using draw technology. (Or cursors just to show how it would be done that way......).
Did not introduce scale factors for draws in case one needs to change the X or Y scaling of the spectrogram.
Don
01-21-2009 12:32 PM - edited 01-21-2009 12:35 PM
Hello:
I had to add an additional patch if one wants to be able to utilize draw technology for multiple plot overlays in which they have been bundled together. If one has several curve overlays, and they are of different array sizes, it would seem we have to remove the NaN from the array in order to plot properly. Additionally, even after NaN are removed, one has to know the new array size since arrays of less size than the largest end up getting zeroes padded so all arrays are the sames size. The latter then negates the advantage of removing the NaN. See what I have done and tell me if you think there is a better way.
Thanks,
Don
05-08-2023 03:04 AM
Hi, thanks for your VIs which have provided me with a lot of help. I have a little confusion that I would like to consult. How to display and control the colorbar of an intensity graph in the VI?
05-08-2023 09:48 AM
Right click the Intensity Graph, on the popup menu, => Visible Items, make sure both Z Scale and Ramp are checked.
05-09-2023 01:42 AM
Thanks a lot!
I didn't notice this detail before.