From 5776ff1fdf926d445625eda3b29e5a2786d2ec1e Mon Sep 17 00:00:00 2001 From: Thomas Breloff Date: Tue, 26 Jul 2016 15:48:41 -0400 Subject: [PATCH] clear insets after use; closes #416 --- src/pipeline.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pipeline.jl b/src/pipeline.jl index bb3b7ff4..9a4c9228 100644 --- a/src/pipeline.jl +++ b/src/pipeline.jl @@ -248,6 +248,7 @@ function _plot_setup(plt::Plot, d::KW, kw_list::Vector{KW}) push!(plt.inset_subplots, sp) end end + plt[:inset_subplots] = nothing end function _subplot_setup(plt::Plot, d::KW, kw_list::Vector{KW})