Hi All,
I have a list of device numbers and beside the device number I have a value (let's say this value is a turn on voltage). In my original code, I used this value column with the rank and percentile option in data analysis. Then I created a scatter plot which has the turn on voltage on the x-axis and the percentile on the y-axis.
BUT now I have added a third column, which simply has a "Yes" or "No" representing if the device passed or not. What I would like to update on the plot is the colour. I still want the same values on the x and y axis, but now I would like each point on the scatter plot to be green or red depending on whether the device passed or not. The device doesn't necessarily fail because of the turn on voltage limits. There are other limits and parameters that determine this. For example, even if the turn on voltage was between its limits, it could have failed for another reason.
I included the code that I have now. It is working without the colour update. Do I need to use an array instead of a range? I am not sure how to go about this.
Thanks!
Bookmarks