Siddharth Raina
Siddharth Raina

Reputation: 363

Graph plotting libraries for Java

What are the best graph plotting libraries for Java? (preferably also supporting 3D graphs)

Upvotes: 2

Views: 1361

Answers (3)

user1617811
user1617811

Reputation: 21

My open source project, DataDisplay, does just what you want.

https://sourceforge.net/p/msu-doe-dd/

Upvotes: 0

Andrew Thompson
Andrew Thompson

Reputation: 168815

JFreeChart seems to come highly recommended (or at least is often used).

Upvotes: 2

Chris
Chris

Reputation: 7855

So i needed something like that a few years ago. I used Jgraphplot

http://jmathtools.berlios.de/doku.php?id=faq_beginners

the project itsself seems to be fallen asleep but i don't think there was to much change to maths sience since 2003 :-)

So if i google for tools like that there is no newer tool at all. It covers 3d Graphs as well.

Upvotes: 1

Related Questions