Hey folks, I'm using Kandy for some plots, and the...
# datascience
r
Hey folks, I'm using Kandy for some plots, and the
histogram
and
statBin
functions mentioned in the docs do not seem to exist in the 0.8.0 version. I'm using
org.jetbrains.kotlinx:kandy-lets-plot:0.8.0
, what am I missing? I'm not using DataFrame, just trying to do something like this
a
Hi! You use Kandy in Gradle, right? For now, Kandy statistics are published as separate artifact. you need to add it manually: see instructions here.
r
I am, thanks, that's exactly what I was missing. The artifact name makes it a bit hard to find, I was searching for
kandy
artifacts on maven central so it didn't show up.
a
Yes, we are considering removing this artifact in next releases and making statistics part of common
kandy-lets-plot
!
👍 1