Example Code

How to plot a graph with letters on the X axis

Code and Documents

Attachment

In this example we can plot a graph using letters instead of numbers on the X axis.

The representation is done with an XY graph, using an array of doubles as Y data and points are equispaced by 1 with the X array.

The values of the X axis is not visible and overlapped with a picture that shows the letters.

This code is for LV 2013.

Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.

Contributors