In [2]:
using Cairo
using Gadfly
using RDatasets
In [8]:
set_default_plot_size(20cm, 13cm);
plot(layer(x=rand(10), y=rand(10), Geom.point),
layer(x=rand(10), y=rand(10), Geom.line))
Out[8]: