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
is histogram method coming with next release ?
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
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.
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
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader


-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
Thanks for the code...I've incorporated it for the 0.9.9 release.
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader

