Chris Dennett
Chris Dennett

Reputation: 22721

Swing / Java2D statistics and visualisation libraries

I'm looking for a multifaceted Java2D / Swing visualisation library with which I can render different statistics. Specifically, I'm looking for timeline plotting (with a configurable scrolling and compressing timeline and the ability to chart events at certain points along the timeline), line charts, pie charts, and so on, but if you could list the ones that you currently use or recommend, that would be cool, cheers :) Of importance is high-performanceness, and perhaps the ability to connect to existing datasets or event systems such as Esper.

I will continually update this post with what the community post as answers.

Upvotes: 0

Views: 1310

Answers (1)

trashgod
trashgod

Reputation: 205785

I'm a fan of JFreeChart.

Addendum: There's a page of static examples and comprehensive suite of live demos available via Java Web Start.

Upvotes: 3

Related Questions