Still grappling with graph drawing. I have looked through tutorialS, and its been very informative, but didn't really find out how i would draw a graph in java if say i had points 1,2,3,4,5 for the x_axis and points 10,20,30,40, 50 for the y_axis. Would u pliz send me the code for doing this? My main problem was that all the methods i found could only draw line segments between only 2 points, not graphs with multiple points. How is this done?