From 6ed9c85e71600e568242d76b20abd0bcac3a62a5 Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Wed, 20 Oct 2021 12:03:07 +0200 Subject: [PATCH] fix pgfplotsx --- 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 7a188b01..c0ca103f 100644 --- a/src/backends/pgfplotsx.jl +++ b/src/backends/pgfplotsx.jl @@ -954,7 +954,7 @@ function pgfx_linestyle(linewidth::Real, color, α = 1, linestyle = :solid) ) end -function pgfx_legend_col(s::Symbol) = s == :horizontal ? -1 : 1 +pgfx_legend_col(s::Symbol) = s == :horizontal ? -1 : 1 pgfx_legend_col(n) = n