sh0nk / matplotlib4j

Matplotlib for java: A simple graph plot library for java, scala and kotlin with powerful python matplotlib
MIT License
227 stars 37 forks source link

Plot barplot? #37

Open adtsvetkov opened 2 years ago

adtsvetkov commented 2 years ago

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

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

sh0nk commented 2 years ago

@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?