Polarchart problem with NAN

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Ghasemian
Posts: 2
Joined: Mon Jan 25, 2016 9:33 am
antibot: No, of course not.

Polarchart problem with NAN

Post by Ghasemian » Mon Jan 25, 2016 10:02 am

Hi,

I have a time series that includes double.NAN for some intervals. Linear chart handle NAN correctly but I wonder why polarchart can't handle it!!!

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

Re: Polarchart problem with NAN

Post by david.gilbert » Fri Jan 29, 2016 8:25 am

The polar chart was contributed by another developer and I haven't used it much myself. It should not be hard to modify the code to handle null and Double.NaN data values though. I will take a look when I have some time (next job on my list is to get a new release of JFreeChart done, so I will try to look at this at the same time).
David Gilbert
JFreeChart Project Leader

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

Ghasemian
Posts: 2
Joined: Mon Jan 25, 2016 9:33 am
antibot: No, of course not.

Re: Polarchart problem with NAN

Post by Ghasemian » Sat Jan 30, 2016 6:28 pm

Thanks so much.

Locked