-
-
Notifications
You must be signed in to change notification settings - Fork 91
Open
Description
I am using groupedbar and I consider a case with a lot of group (namely more than ten), here is the github example with 12 groups:
a = 12
ctg = repeat(["Category 1", "Category 2"], inner = a)
nam = repeat("G" .* string.(1:a), outer = 2)
groupedbar(nam, rand(a, 2), group = ctg, xlabel = "Groups", ylabel = "Scores",
title = "Scores by group and category", bar_width = 0.67,
lw = 0, framestyle = :box)
As you can see the groups seem to be sorted which produces an unnatural look. How can we change that?
In fact, in my real case example, I have months instead of Gs and it does the same thing placing Ap, Aug, Dec, Feb, Jan instead of Jan, Feb, etc.
Is there an option like sort=:false?
jmtlawrie, ryofurue and dustyirwin
Metadata
Metadata
Assignees
Labels
No labels
