Dear Maple Users
I am still pretty new to Maple. I know it is possible to plot a set of x-values against a corresponding set of y-values, like:
> plot([[0,3], [1,7], [5,14], [6,17]])
but how is it done more conveniently? I mean, if I want to import data from another program and I have copied the data from two columns to the clipboard, how do I plot the first column against the second?
Regards, Erik V.