One way to easily do this would be to use Plots.jl with GR as the backend. This way you get the API of Plots.jl and the speed of GR. This may not be the answer you were looking for, but I'd give it a try. Plots.jl is really well documented and has plenty of examples.
On Saturday, July 23, 2016 at 11:58:10 AM UTC-7, Ted E wrote: > > Hi, > > I am having a bit of trouble figuring out how to use the subplots function > in GR.jl (awesome package btw!) > Does anyone have an example of how arrange plots on a grid using the > function? > > Best, > > Ted >
