Changing x_1 values

I am wanting to create a graph but I am not able to exchange the x1 list values. Is there a way to do this in the computation layer or does it already have to be set?

For the computation layer of the graph, </>. You would need a line that was
number(`x_1`): 5
I just put 5 as an example you could put whatever you wanted.

I should’ve been more clear. I want to be able to call the list x_1 that is being used for the x-values in a table. However when I have it set up nothing changes on the graph and I don’t know why.

I think you might be able to do it using a table which could be shown or hidden.