http://www.stat.ucla.edu/~jeroen/ggplot2.html

ggplot2 is a famous library for plotting in R programming language. It
produces elegant, publish-level graphics with easy configurability, compared
to original R plotting libraries.

Recently, there was an effort to make ggplot2's front-end on the web
browser. It shows a great potential, and it is currently very usable, and
interactive.

Interesting thing is, there is almost no code on the server side except R
runner(and ggplot2 code), and almost everything is running on the web
browser via javascript codes. It uses Ext javascript library.

I think J's plotting would be on a new dimension once it's running inside
the web browser with interactivity.
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to