LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to Create HeatMap

Hi Niquist,

I sincerely appreciate your time. Actually I want to create something like the image attached.

I understand my description of the problem is unclear 😊,  the sample image below is what I am trying to get.

 

Thank you so much

0 Kudos
Message 11 of 12
(449 Views)

Hi aaliyu,

 


@aaliyu wrote:

the sample image below is what I am trying to get.


Use an IntensityGraph to create your heatmap image!

 

  • Initialize an integer array, with value 0 for each element. Each element will represent one pixel of the heatmap image.
  • Increment the pixel corresponding to the measured location (x-y data).
  • To do the incrementing you need to scale the x-y positions/data to your heatmap image size…
  • define the Z scale (= color ramp) of your intensity graph to suit your heatmap needs…

 

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 12 of 12
(445 Views)