Help with using the Plots package

Then one can do:

Y = r+o+s
plot(x,Y)  # row-wise
plot(x,Y') # column-wise
2 Likes

Hi @Jeff_Emanuel , thanks for the help
Can you explain the function of this getvalue: getvalue(u) = u ?

That’s just a placeholder for your real getvalue function you mentioned in the post saying you couldn’t make a loop work. It merely returns its argument.

1 Like