Hi,

I am looking for a way for subplots to have column or row span in julia 
using PyPlot.  In other words, I want to find out how to translate this:
http://matplotlib.org/users/gridspec.html
into julia language.  I tried some naive things such 
as subplot(311,rowspan=2) or subplot(3,1,[1:2]).  Ultimately I don't know 
the right syntax for translating from matplotlib to julia.  Any resources 
on the translation process would be appreciated, but at the moment the 
correct syntax for the row or column span is what I'm looking for.

Reply via email to