LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Creating a intensity chart from discrete values

Solved!
Go to solution

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!

0 Kudos
Message 1 of 3
(2,815 Views)
Solution
Accepted by topic author d1sturbanc3

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

0 Kudos
Message 2 of 3
(2,804 Views)
awesome.. Think this is perfectly what I needed. Thanks
0 Kudos
Message 3 of 3
(2,794 Views)