08-02-2015 12:37 AM
I want to use property nodes and some other LV code to:
1. Create a secondary Y-axis
2. Take 3 1D arrays (t, f1(t),f2(t)) and use the t array for x values, with f1(t) on one axis as y values, and f2(t) on a secondary axis for more y values.
This was pretty easy with just one curve (just bundle the two 1d arrays and wire the cluster to a graph), but adding this secondary Y axis has proven difficult. Any help is appreciated!
Solved! Go to Solution.
08-02-2015 03:29 AM
It is easier to help you if you would show what you've done.
Do you have problems forming the correct datatype for the second y values or are you trying to create a second Y scale and graph the second set of data there? What do you mean by "programmatically"?
XY graphs take a wide variery of data types. Did youread the help and looked at some of the example in the example finder? How about the yellow version here?
08-02-2015 08:44 AM
08-02-2015 11:47 AM
Mike, this is exactly what I was looking for! Thanks.
08-02-2015 02:45 PM - edited 08-02-2015 02:47 PM
You can add Y scales on edit mode (in the graph rigth click Y scale and duplicate Y scale) , and then HIDE/SHOW them with property nodes and asociate a plot to a scale.