Pretty self explanitory: ``` ggpairs(iris, colour='Species', alpha=0.4) ggsave("/tmp/iris_pairs.png") ``` Only plots a basically empty graph (one of the diagonals - no data, just labels). Would be good if it plotted the whole grid.