Labvu Posted October 27, 2005 Report Share Posted October 27, 2005 HI, I am new to labview. I hope I will get good help from all of you. I am plotting a logarithemic waveform on a chart, all I want is to represent the waveform in two different colors, i.e. while the waveform is linear, it should be one color and while it reachs its saturation, it should be other color. So the plot should have a combination of two colors. If it is not possible in chart, kindly help me out with the same in case of graph. thanks a lot........ :worship: Quote Link to comment
Louis Manfredi Posted October 27, 2005 Report Share Posted October 27, 2005 Hi Labvu: I'm not at all sure this is the easiest way to do it-- but last time I had the same problem which was years ago with an earlier version of LabView, it was the only way I could figure out: make two copies of the data. In the first copy of the data, change all the values that are in saturation to NaN. In the second copy of the data, change all the values that are NOT in saturation to NaN. Plot both copies of the data on the same chart in different colors. Hope there's an easier way to do it that someone will share with us, but if not hope that this helps... Best Regards, Louis Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.