diff --git a/src/subplot.jl b/src/subplot.jl index c668fc81..dee0a7cd 100644 --- a/src/subplot.jl +++ b/src/subplot.jl @@ -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