From a0af2fc99708f3c3fb34f12d603bfb3095cb5311 Mon Sep 17 00:00:00 2001 From: Thomas Breloff Date: Mon, 7 Dec 2015 23:14:10 -0500 Subject: [PATCH] fix. closes #84 --- src/subplot.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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