I have a graph in excel that I am trying to duplicate in labview. I'm having trouble setting the scaling for both axis so they look like the excel graph. Any suggestions? I attached the vi I'm using that just plots one line currently.
Could you save your example in 8.2? To be clear my issue wasn't multiple plots but rather the scale labeling for the x and y-axis. I can't seem to format them like in the picture.
If you create a property node of the x scale marker values, you can control the displayed x scale values except the min and max values are always displayed. Also make sure the x scale style is select to display the intermediate values.
- there is always an easy way, but it is always the hardest to find