Plot points instead of lines? JFreeChart PolarChart

Posted by billynomates on Stack Overflow See other posts from Stack Overflow or by billynomates
Published on 2010-03-12T16:07:02Z Indexed on 2010/03/12 20:47 UTC
Read the original article Hit count: 394

Filed under:
|

Currently, the PolarChart joins all the coordinates with lines creating a polygon. I just want it to plot each point with a dot and NOT join them together. Is this possible?

I have tried using translateValueThetaRadiusToJava2D() and Graphics2D to draw circles but it's very clunky and contrived.

Any suggestions welcome!

© Stack Overflow or respective owner

Related posts about jfreechart

Related posts about plot