What’s a good Java package for scatter plots? I just need to plot points with labels, no interactivity.
This entry was posted
on Friday, February 22nd, 2008 at 1:45 am and is filed under feedback.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
Comment by Paul
Posted on February 22, 2008 at 5:53 am
I’ve used JfreeChart for 2D plots. It works well – it is fast, and easy to use, and easy to extend.
http://www.jfree.org/jfreechart/