Hi,

I have the following x and y coordinates.
x y
== ==
2 4
5 7
11 4
9 20


How to draw the x-y graphs with a straight line start from origin (0,0) connected to each coordinate (x,y). Most of the tutorial that i know don;t show details of the steps and not similar at all.

Thanks guys