ggplot2 is a plotting system for R, based on the grammar of graphics, which tries to take the good parts of base and lattice graphics and none of the bad parts. It takes care of many of the fiddly details that make plotting a hassle (like drawing legends) as well as providing a powerful model of graphics that makes it easy to produce complex multi-layered graphics.
A copy of this site for local use is available here, as a 6 meg zip file. To use it, unzip and open the index.html page.
install.packages("ggplot2")
The ggplot book will be published by Springer, hopefully by the end of summer 08. Until then, the latest draft version of the book will be available here. If you do download and read it, I would really appreciate your comments and criticism, so that I can improve it before it goes to press.
You might also find the following presentations useful:
From time-to-time I offer face-to-face workshops and training seminars. You can see upcoming events at lookingatdata.com.