Skip to content

Commit

Permalink
fix pgfplotsx
Browse files Browse the repository at this point in the history
  • Loading branch information
BeastyBlacksmith committed Oct 20, 2021
1 parent 01253b9 commit 6ed9c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backends/pgfplotsx.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 6ed9c85

Please sign in to comment.