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
Groupedbar does not stack bars when values are negative. Could you please help solve this issue?
Here's a simple example: ctg = repeat(["Category 1", "Category 2"], inner = 5) nam = repeat("G" .* string.(1:5), outer = 2) groupedbar(nam, -rand(5, 2), group = ctg, bar_position = :stack)
The text was updated successfully, but these errors were encountered:
Groupedbar does not stack bars when values are negative. Could you please help solve this issue?
Here's a simple example:
ctg = repeat(["Category 1", "Category 2"], inner = 5) nam = repeat("G" .* string.(1:5), outer = 2) groupedbar(nam, -rand(5, 2), group = ctg, bar_position = :stack)
The text was updated successfully, but these errors were encountered: