You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to set linetypes dynamically in a circle pack plot using geom_node_circle. The problem is the linetype aes is being swapped: those I assign "dashed" end up having a solid outline, and those I assign "solid" have a dashed outline. This does not happen for the fill aes for example.
Here is a reproducible example, where the blue circles are supposed to be those with a dashed line.
Hi, I'm trying to set linetypes dynamically in a circle pack plot using geom_node_circle. The problem is the
linetype
aes is being swapped: those I assign"dashed"
end up having a solid outline, and those I assign"solid"
have a dashed outline. This does not happen for thefill
aes for example.Here is a reproducible example, where the blue circles are supposed to be those with a dashed line.
The text was updated successfully, but these errors were encountered: