ggscala is a scala implementation of the Grammar of Graphics formalism introduced by Leland Wilkinson and made popular by Hadley Wickham’s R package ggplot2.
To get started at the command-line:
-
cd ggscala
-
sbt update
-
sbt compile
-
sbt test
There’s also an eclipse project for the Scala IDE plugin.