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

Updated Oct 7, 2024

Reported In

Software

  • LabVIEW

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.