Exception in thread "main" java.lang.IllegalArgumentException: Lower bound is larger than upper bound.
at smile.plot.swing.Base.<init>(Base.java:94)
at smile.plot.swing.Canvas.initBase(Canvas.java:169)
at smile.plot.swing.Canvas.<init>(Canvas.java:106)
at smile.plot.swing.Canvas.<init>(Canvas.java:99)
at smile.plot.swing.BarPlot.canvas(BarPlot.java:107)
With smile-plot 3.0.2 it works as I understand the API description, but with smile-plot 3.1.0 it throws an exception. I read there was a change:
What should the code look like to work with smile-plot 3.1.0? Thank you.
smile-plot 3.0.2
smile-plot 3.1.0