fix. closes #84

This commit is contained in:
Thomas Breloff 2015-12-07 23:14:10 -05:00
parent 7f7f5c6f12
commit a0af2fc997

View File

@ -183,7 +183,7 @@ function subplot(args...; kw...)
# create the object and do the plotting
subplt = Subplot(nothing, plts, pkg, length(layout), 0, layout, d, false, false, false, (r,c) -> (nothing,nothing))
subplot!(subplt, args...; kw...)
subplot!(subplt, args...; d...)
subplt
end