LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

XY Graph overlay multi plot with different colors

Solved!
Go to solution

You do this with property nodes. If you want to do noe plot then you could use the top version. If you want to do many plots then you would do the dottom version with a for loop. I left some of the other options showing to show you that you can aslo get to the line width and other thing inside this as well.

 

Example.png

Tim
GHSP
0 Kudos
Message 11 of 14
(1,715 Views)

thank you , I test it but it shows the error below 😞

 

Error 1055 occurred at Property Node in Untitled 2

0 Kudos
Message 12 of 14
(1,711 Views)

this is my program and when I run it the plot color will change to the default (which one of the plot is white and it is not visible) !

0 Kudos
Message 13 of 14
(1,703 Views)

The reason you are getting the error is:

 

The top property node has required inputts that are not connected.

The property node is not in the correct place to do this function right now.

 

Make your code put the data in the graph then using data flow have the property node change the color of the active plots. Like this:

 

example.png

Tim
GHSP
0 Kudos
Message 14 of 14
(1,696 Views)