- Currently there are histograms with different bin sizes. These need to be of same size in order to be able to quickly interpret the plot. - Currently there are histograms which are stacked when the categories typically are compared (not interested in the total). Look into using e.g. https://plotly.com/python/distplot/#plot-multiple-datasets instead?