Visualizing Data in Java

data-visualization, java, r, statistics

Solution

might want to check out http://processing.org/

Problem

Is there a good library on the web to visualize big data in Java? Perhaps a library for statistical outputs? I know the programming language R is used to visualize statistical data in R, and I have seen a solution to connect Java and R, but it would be better if I can have a pure Java solution.

Original source