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 greatly enjoying your different package(s), thanks for sharing.
I'm having a small hiccup trying to plot my data.frame with a lollipop chart.
Even though I don't use the "group" option within the function, it still sorts by group.
This only happens when I use color= "my variable", even if I set group= NULL
This would be my full code:
ggdotchart(sub_imp, x = "variables", y = "value",
color = "cat",
palette = c("#E7B800", "#FC4E07"),
sorting = "descending",
rotate = TRUE,
dot.size = 2,
y.text.col = TRUE,
ggtheme = theme_pubr() ,
group = NULL
) + theme_cleveland() +
geom_hline(yintercept = 15, linetype = 2, color = "lightgray")
And the output is still sorted descending per group.
Any tips?
thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I'm greatly enjoying your different package(s), thanks for sharing.
I'm having a small hiccup trying to plot my data.frame with a lollipop chart.
Even though I don't use the "group" option within the function, it still sorts by group.
This only happens when I use color= "my variable", even if I set group= NULL
This would be my full code:
And the output is still sorted descending per group.
Any tips?
thanks!
The text was updated successfully, but these errors were encountered: