is histogram method coming with next release ?

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

is histogram method coming with next release ?

Post by arthur » Tue May 27, 2003 4:24 am

Hi,
I need to code histogram but I can not find a best way to do it. So, I'm expecting a histogram method. Is it possible to get this method into next release ?

Best regards,

Arthur

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 » Thu May 29, 2003 4:51 pm

Anything is possible, but it's not something I'm working on right now so it's unlikely to be in the 0.9.9 release unless someone else writes the code.

You can plot histograms with JFreeChart now, but you have to do a bit of work to create the right dataset (some implementation of the IntervalXYDataset). When I do finally work on histograms, my efforts will go into some utility methods for creating such datasets automatically from sample data.
David Gilbert
JFreeChart Project Leader

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

jelaiw
Posts: 6
Joined: Sat Jul 05, 2003 8:40 pm

Post by jelaiw » Sat Jul 05, 2003 8:43 pm

I just contributed some code that makes it pretty easy to create histogram data sets, and a factory method that creates a VerticalXYBarChart that makes sense for a histogram (replaces the date axis with a number axis).

It's a sourceforge RFE, just check the site.

-jw

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 » Tue Jul 08, 2003 3:37 pm

Thanks for the code...I've incorporated it for the 0.9.9 release.
David Gilbert
JFreeChart Project Leader

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

Locked