Python Multiple Bar Charts with Different names for each bar

Viewed 26

My question is based on this post: Bar Chart with multiple labels

Where the top answers shows us how to make this: Image from post

However, their labels are "A","B","C","D" for each. I wish to make varying labels.

I.e My bar charts are all in twos so follow an "A","B" format. However, Each label will be completely different. they are as follows. The first two are "project 7", "project 8". Then the next two are "low salary 5 years", "high salary 5 years".

How would one do this?

0 Answers
Related