Plotting Points in Java with Interaction

Posted by mellort on Stack Overflow See other posts from Stack Overflow or by mellort
Published on 2010-04-19T18:10:49Z Indexed on 2010/04/19 18:13 UTC
Read the original article Hit count: 221

Filed under:
|
|

I have a large number of data points which are two dimensional coordinates with non-integer values (floats). I am looking for a Java library that can help me plot these points, allowing for custom point size, color, and labels. Further, I would like the user to be able to interact with the points with panning and zooming, and I want to be able to capture KeyEvents from the user.

Processing looks great for what I want, but I don't want to do everything from scratch. Is there a better solution?

Thanks in advance.

© Stack Overflow or respective owner

Related posts about java

Related posts about plotting