matplotlib4j icon indicating copy to clipboard operation
matplotlib4j copied to clipboard

Plot barplot?

Open adtsvetkov opened this issue 2 years ago • 1 comments

Is there any opportunity to plot barplot? Following code doesn't show anything:

plt.hist().add(numbers).bins(binsnames).histtype(HistBuilder.HistType.bar);

adtsvetkov avatar May 22 '22 18:05 adtsvetkov

@adtsvetkov I've tried to run this test testPlotOneHistogram() by changing this DRY_RUN variable to false, then it worked.

Could you give some information about your environment including python version, matplotlib version and java version for more investigation?

sh0nk avatar May 29 '22 09:05 sh0nk