I have dataframe like this
df = pd.DataFrame({'_3321131460': ['col1', 'col1', 'col2'], '_3952604542': ['col1', 'col2', 'col2']})
df
So want to create graph like this

one graph but x are two columns and legent have two columns data
And y is count But know how to do that
So one columns histogram, another columns histogram in one graph
But have same legend
