Skip to content

Commit

Permalink
add a strokecolor aesthetic
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 committed Sep 18, 2024
1 parent f4d9491 commit b442d8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/AlgebraOfGraphicsExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ function AlgebraOfGraphics.aesthetic_mapping(::Type{Beeswarm}, ::AOG.Normal, ::A
1 => AOG.AesX,
2 => AOG.AesY,
:color => AOG.AesColor,
:strokecolor => AOG.AesColor,
:marker => AOG.AesMarker,
:markersize => AOG.AesMarkerSize,
])
Expand Down

0 comments on commit b442d8d

Please sign in to comment.