Handling missing data

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

Handling missing data

Post by Jure » Wed Mar 06, 2002 12:17 pm

Does anyone know if and how JFreeChart handles missing data?

For instance: is it possible to draw a line chart with one data in a dataset missing (the line chart would than be broken in two (or three in case of two missing data...))?

Thanks.

David Gilbert

Re: Handling missing data

Post by David Gilbert » Thu Mar 07, 2002 8:01 am

Hi Jure,

I modified LinePlot a while back to handle null values, so give it a try. It hasn't been extensively tested, so let me know if you have any trouble.

Regards,

DG.

Locked