Does anyone know how I can get started to draw a polar graph in java and plot some points on this graph? I mean the circles and lines, I wish to do this with something like swing, and not use any library like Jfreechart
Thanks
Does anyone know how I can get started to draw a polar graph in
Share
You might like to look at Lissajous curves; an example of
a = 5, b = 4 (5:4)is shown below.Addendum: Once you see how to plot points in xy coordinates, then you should look at converting between polar and Cartesian coordinates.