Open adtsvetkov opened 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?
Is there any opportunity to plot barplot? Following code doesn't show anything:
plt.hist().add(numbers).bins(binsnames).histtype(HistBuilder.HistType.bar);