Skip to content

Commit

Permalink
Merge pull request #2018 from daschw/legend
Browse files Browse the repository at this point in the history
outer legends for gr and pyplot and guide/margin improvements for gr
  • Loading branch information
daschw committed May 5, 2019
2 parents 3542785 + 34cff75 commit 3fe60b9
Show file tree
Hide file tree
Showing 3 changed files with 209 additions and 78 deletions.
2 changes: 1 addition & 1 deletion src/args.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1186,7 +1186,7 @@ function convertLegendValue(val::Symbol)
:best
elseif val in (:no, :none)
:none
elseif val in (:right, :left, :top, :bottom, :inside, :best, :legend, :topright, :topleft, :bottomleft, :bottomright, :outertopright)
elseif val in (:right, :left, :top, :bottom, :inside, :best, :legend, :topright, :topleft, :bottomleft, :bottomright, :outertopright, :outertopleft, :outertop, :outerright, :outerleft, :outerbottomright, :outerbottomleft, :outerbottom)
val
else
error("Invalid symbol for legend: $val")
Expand Down
Loading

0 comments on commit 3fe60b9

Please sign in to comment.