ploting a circle

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
bonododo
Posts: 9
Joined: Wed Mar 17, 2004 5:27 pm

ploting a circle

Post by bonododo » Wed Apr 07, 2004 1:52 pm

first thanks for your latest release with the unordered/ordered XYseries. It's a great job!!

I just wanted to know if there is a way to plot circle? for example a circle centedred in (0,0) with a radius of 1?


thanks in advance

bonododo

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Wed Apr 07, 2004 4:09 pm

I think you can do this with XYShapeAnnotation. If I recall correctly, it scales the shape to fit the axis coordinate system.
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked