01-18-2019 11:58 PM
How to display histograms of different colors?Like Pictrue, the left side is the histogram I am currently doing, the right side is the result I want to display, how to attachment the limit to change display different colors
01-19-2019 11:31 AM
Copy your data to as second plot and give each plot a different color.
Edit the array data going to the plots so that the values are zero in plot 1 if they are to be show in plot 2, and vice versa. NaN should also work as a replacement value.
01-20-2019 01:32 AM
Hi RavensFan:
How to show two plot in same Graph? Has example?
01-20-2019 11:49 AM - edited 01-20-2019 11:50 AM
01-20-2019 03:15 PM
@Tarzan-Chan wrote:
Hi RavensFan:
How to show two plot in same Graph? Has example?
You put the two plots together in a single graph just like you would on other graphs. Look at the examples for graphs in LabVIEW to see they way you need to combine them. Probably just building the two into an array.