From 3e0a165c893d5f03bd9dee4e917a550ea9744169 Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Fri, 31 Jul 2020 21:10:09 +0200 Subject: [PATCH] Auto stash before revert of "remove wraptuples" --- src/backends/pgfplotsx.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backends/pgfplotsx.jl b/src/backends/pgfplotsx.jl index e717f274..d9476914 100644 --- a/src/backends/pgfplotsx.jl +++ b/src/backends/pgfplotsx.jl @@ -252,7 +252,7 @@ function (pgfx_plot::PGFPlotsXPlot)(plt::Plot{PGFPlotsXBackend}) extra_sp, extra_sp_opt = pgfx_split_extra_opts(sp[:extra_kwargs]) axis = axisf(merge(axis_opt, PGFPlotsX.Options(extra_sp_opt...))) if extra_sp !== nothing - extra_sp = wraptuple(extra_sp_opt) + extra_sp = wraptuple(extra_sp) push!(axis, extra_sp...) end if sp[:legendtitle] !== nothing