Is there any opportunity to plot barplot? Following code doesn't show anything: ` plt.hist().add(numbers).bins(binsnames).histtype(HistBuilder.HistType.bar);`