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
plotting closed polygons
Re: plotting closed polygons
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.
Regards,
DG.