Wednesday, October 12, 2011

Really Useful Java Data Visualisation And Charting Links

This is a collection of my favorite Java libraries for data visualisation, diagrams, charting and graphs.

JFreeChart
I use it for a small project (hotstock) of mine where I want to keep track of the stock market development.



prefuse















If you are an RCP developer or using SWT standalone, you might use the following libraries. They will blend into your projects.

Zest















Used to draw graphs and got the most important layouts.

GEF (MVC)

















You can draw interactive diagrams an expand them to an full working editor that uses the MVC pattern.

1 comment:

  1. If you are using SWT or developing RCP Eclipse Applications, than you can use the chart engine from BIRT:

    http://www.eclipse.org/articles/article.php?file=Article-BIRTChartEngine/index.html

    Best regards, André

    ReplyDelete