-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
I am creating a horizontal bar graph and setting the values - here is my pseudocode
loop...
b.append_value(v)
labels << lable corresponding to value v
end loop
After all the values are built, I want to set custom labels for the Y axis.
y.set_labels( labels )
The labels show up in reverse order to the values I set. So I have to set labels like this...
y.set_labels( labels.reverse )
Possibly this is a bug?
Metadata
Metadata
Assignees
Labels
No labels