I have what I believe to be a very simple problem. Attached is the code that illustrates it.
I'm trying to use the Plot XY function to plot some data, but the x-axis maximum and minimum values don't seem to work correctly. In the attached code I have set a constant of the data, and the options I input to the Plot XY sub-vi to do the plotting. Most of the options work, as the window size scales and moves, the color changes, the axis labels change, but the maximum and minimum values for the x-axis don't change. Am I missing something here? The minimum and maximum x-axis values I get are 6.946E4 (minimum) and 7.075E4 (maximum) despite trying to set them to the values seen in the program (69600 and 69800).
Am I missing something basic and simple, something subtle, or do I have a real bug here?
Thanks!