I am trying to make a bar plot with two values for two classes A and B using matplotlib.
My values are a = 43 and b = 21.
I need the plot to look like this:
I have been trying to do it almost an hour using matplotlib examples but eventually gave up. Maybe somebody can help me out?



