How do I denote the group names (or labels) in groupedbar? Right now it just outputs y1, y2, etc…
Specify label with a RowVector, e.g. groupedbar(rand(10,3), bar_position = :dodge, bar_width=0.7, label = ["my" "cool" "labels"]).
2 Likes
perfect, thanks!