Kotlin / kandy

Kotlin plotting library.
https://kotlin.github.io/kandy/
Apache License 2.0
609 stars 16 forks source link

Add remaining statistics and statistical plots #369

Open AndreiKingsley opened 8 months ago

AndreiKingsley commented 8 months ago

TODO add more issues for each statistic/plot

devcrocod commented 8 months ago

What is this issue about? which statistics, plots?

AndreiKingsley commented 8 months ago

I’ll add more descriptions to this issue later, need to find and take all available statistics and plots from Let’s Plot

AndreiKingsley commented 8 months ago

There should be checklist with separated issues for each statistic.

nuclear718 commented 8 months ago

What is this issue about? which statistics, plots?

In the official documentation: https://kotlin.github.io/kandy/kandy-with-gradle.html

Regarding these two configurations provided in the official documentation:

repositories {
maven "https://packages.jetbrains.team/maven/p/kds/kotlin-ds-maven"
}
dependencies {
implementation "org.jetbrains.kotlinx:kotlin-statistics-jvm:0.1.0"
}

How many of you have actually tried it? After making these two configurations in Gradle within IntelliJ IDEA, it is simply not possible to run!

AndreiKingsley commented 8 months ago

@nuclear718 yes indeed the Groovy option is incorrectly written, thank you! The correct way to write it would be

repositories {
    maven {
        url 'https://packages.jetbrains.team/maven/p/kds/kotlin-ds-maven'
    }
}

Created an issue #374

devcrocod commented 8 months ago

@nuclear718 We tested on kotlin scripting since this is now the main interaction with the gradle build script. You can use the migration guide.

This problem is not related to this issue, please create a new one if you are not sure

nuclear718 commented 8 months ago

@nuclear718 yes indeed the Groovy option is incorrectly written, thank you! The correct way to write it would be

repositories {
    maven {
        url 'https://packages.jetbrains.team/maven/p/kds/kotlin-ds-maven'
    }
}

Created an issue #374

Thank you so much!

I follow your commented and it is work! My another issue(wrong closed by devcrocod) was solved too!!

thanks!thanks!thanks!thanks!thanks!thanks!thanks!thanks!thanks!thanks!thanks!thanks!