Can I use a list to populate the X and Y axis in graph builder when scripting?
I have a list of X and Y values that the user selects. I want those list values to populate the x and y axis in graph builder. Is this possible.? I continually get an error that the column names cannot be found?For example:x_values = {"x1", "x2", "x3"}y_values = {'y1", "y2", "y3"}I want the x axis to be the x_values and the y axis to be the y_values. This changes by how the user selects though so ...
