Does anyone know how I could draw a circle/square of a given radius/size on top of a Gadfly plot? Can I do it directly from within the plot command, or do I need to compose the figure after plotting it? I am using IJulia so im guessing its using svgs via the D3 backend (i do not explicitly call draw in my notebook).
Thank you, //A
