Question: How to draw a scatterplot?

I need to plot about 44 points on an X-Y graph. All the X coordinates are given (imported from Excel) as a list. All the Y coordinates are given as a separate list. For example (roughly this is what the order of magnitudes are of the X and Y variables) X:=[380,4000,4067,...,5789] Y:=[10, 35, 56,...,82] So plot (380,10) (4000,35) (4067, 56)... (5789,82) I will worry about curve fitting and all that stuff later. I would first and foremost like to see Maple understand my data and plot it.
Please Wait...