Hi! I tried to do this as shown on the gadfly homepage:
julia> p = plot(x=[1,2,3], y=[4,5,6])
Plot(...)
julia> draw(PNG("myplot.png", 12cm, 6cm), p)
which gave me a long list of warnings of the type
(process:13547): GLib-GObject-WARNING **: plugin pointer (0x194c33c70) for
type 'BasicEngineCoreText' is invalid
and an output that had all the annotations missing. I did install Cairo.
<https://lh4.googleusercontent.com/-tQQruMrzN_8/U3ynmmJVNUI/AAAAAAAAH9g/u6_HuaCzWv0/s1600/myplot.png>
