Skip to content

Commit

Permalink
Arrow sizes not updating
Browse files Browse the repository at this point in the history
issue  #4820 fixing
  • Loading branch information
Jay-sanjay authored Sep 6, 2023
1 parent 4ad4a04 commit af09705
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 af09705

Please sign in to comment.