Skip to content

Commit

Permalink
Merge pull request #4821 from Jay-sanjay/Arrow-Size-not-updating-issue
Browse files Browse the repository at this point in the history
Arrow sizes not updating
  • Loading branch information
BeastyBlacksmith authored Sep 7, 2023
2 parents e03558a + af09705 commit 7cd27c4
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 @@ -862,7 +862,7 @@ end
pgfx_arrow(::Nothing) = "every arrow/.append style={-}"
function pgfx_arrow(arr::Arrow, side = arr.side)
components = ""
arrow_head = "{stealth[length = $(arr.headlength)pt, width = $(arr.headwidth)pt"
arrow_head = "{Stealth[length = $(arr.headlength)pt, width = $(arr.headwidth)pt"
arr.style === :open && (arrow_head *= ", open")
arrow_head *= "]}"
(side === :both || side === :tail) && (components *= arrow_head)
Expand Down

0 comments on commit 7cd27c4

Please sign in to comment.