HeatMap Chart
HeatMap Chart
I've been reading the forums and I see that there is no support for a heatmap currently. I also looked for the countour chart that is mentioned however i do not see it in the demo.
Is it possible to make a heatmap with jfreechart?
Is it possible to make a heatmap with jfreechart?
Do you refer to this thread?
http://www.jfree.org/phpBB2/viewtopic.php?t=17831
Yes, you can make a contour plot with JFreeChart but it isn't supported by the guide nor the demos.
http://www.jfree.org/phpBB2/viewtopic.php?t=17831
Yes, you can make a contour plot with JFreeChart but it isn't supported by the guide nor the demos.
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
Thanks for the link - I've e-mailed George to ask if he is able and willing to post the source code for his example.
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:
If you e-mail it to me (david.gilbert@object-refinery.com), I'll add it to this thread.
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:

David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader


Sample code?
Hi, I need to implement a heatmap as well.
Did you ever figure out how to implement it with a contourdataset? If so, would you mind sharing some sample code? That would be very much appreciated.
Thanks,
--Jonathan
Did you ever figure out how to implement it with a contourdataset? If so, would you mind sharing some sample code? That would be very much appreciated.
Thanks,
--Jonathan
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
Take a look at the XYBlockRenderer class in the org.jfree.experimental.chart.renderer.xy.* package. There are a couple of demos too. I need some feedback on this renderer, plus I need to write an appropriate legend class to show the z-value mapping. Once that is done, this class can move out of "experimental" and become part of the standard JFreeChart API.
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader

