ggPlot2 allows the break points to be specified for the tabulation of the histogram. To date, I have not figured out how to do this using Lets Plot Kotlin. Is there an approach for doing this using geom_histogram() in Lets Plot for Kotlin?
I guess that I could try to use geom_bar() directly and build up a histogram from base elements, but it seems like if ggPlot2 allows this, why not Lets Plot for Kotlin?