I Want to Make an X-Y Color Map in LabVIEW

Updated May 15, 2023

Issue Details

I have a grid of 2D coordinates and each coordinate has a Z value. I want to make a graph that displays the Z values as color, similar to a heat map.

Solution

Organize your data into a 2D array of Z Values. Pass the Z values into an Intensity Graph indicator. Refer to the article below for more information about the different types of Charts and Graphs in LabVIEW.