From 5cd139720db2b2129a1fe6b88e44e11a99af2122 Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Tue, 28 Apr 2020 23:46:45 +0200 Subject: [PATCH] all of them --- src/backends/pgfplots.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backends/pgfplots.jl b/src/backends/pgfplots.jl index a1812402..718d8241 100644 --- a/src/backends/pgfplots.jl +++ b/src/backends/pgfplots.jl @@ -158,7 +158,7 @@ end # -------------------------------------------------------------------------------------- -function pgf_series(sp::Subplot, series::Series, extra_series_kwargs) +function pgf_series(sp::Subplot, series::Series) plotattributes = series.plotattributes st = plotattributes[:seriestype] series_collection = PGFPlots.Plot[]