plotting closed polygons

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
George Uecker

plotting closed polygons

Post by George Uecker » Thu Oct 17, 2002 8:53 pm

Hi,

Is it currently possible to plot closed, filled polygons (isolines, similar to topographic data) with JFreeChart? If not, can somebody give me a head start toward implementing this functionality?

Thanks,

George

Dave Gilbert

Re: plotting closed polygons

Post by Dave Gilbert » Mon Oct 21, 2002 9:16 am

You might be able to write a new XYItemRenderer to display this on an XYPlot, but it depends a little on how your data is structured.

Regards,

DG.

Locked