I wonder why the bins are not showing a boundary between each other. It's confusing to look at it. I attached an example below:
for key,value in dict.items():
plt.figure()
plt.hist( value, bins='auto')
plt.title("Histogram for THR")
plt.show()