Hi, I have some plots of functions in Gadfly, for example: 

plot(sin, 0, 4)
plot(cos, 0, 4)
...

How can I do a plot containing this functions as subplots in a grid? 
I tried with Geom.subplot_grid but all the examples I found are based on 
DataFrame, not functions.
Thank you!

Reply via email to