09-23-2009 03:13 PM
I have 4 discrete possible outcomes. I want to display this information in a intensity chart. I want each one of those discrete values to have a specific color on the intensity. So the 4 possible value: a=1, b=2, c=3, d=4. If I pass a 2x2 of 1,2,3,4 array into the intensity chart, I want a to be red, b to blue, c to green, and d to be yellow. How do I specify that on the chart? Is there a good example?
Thanks!
Solved! Go to Solution.
09-23-2009 04:51 PM
In this thread I give an example where you can set the Z scale using a property node. In your case turn off interpolation of the Z scale as well.
http://forums.ni.com/ni/board/message?board.id=170&message.id=437481#M437481
09-24-2009 08:05 AM