Group_1= {60: 2, 65: 2}
Group_2= {5: 2, 10: 2}
Group_3= {7: 2, 64: 2}
Group_4= {14: 2}
These are the 4 different dictionaries, and my aim is to plot a stacked graph on which
- x-axis = Group Numbers
- y-axis = values of the dictionaries only.
I do not want keys in the graph,
and Group_4 has the only single key and value as a data.
I've also attached the image.
I am getting an error:
ValueError: shape mismatch: objects cannot be broadcast to a single shape.

One option using pandas:
Output:
Variant:
Output: