I have two lists:
list1 = ['100', '50', '25']
list2 = ['0', '50', '75']
They equal to 100 at their index.
Trying to create a stacked bar plot, and the x and y axis can be the list variable name, list1, and list2.
I've been toying with this for a while but have little experience with python and pandas. Any help is appreciated.