Skip to content

Commit 55101c1

Browse files
lint fix
1 parent fbb39ce commit 55101c1

File tree

1 file changed

+6
-6
lines changed
  • examples/kotlin-dataframe-plugin-example/src/main/kotlin/org/jetbrains/kotlinx/dataframe/examples/plugin

1 file changed

+6
-6
lines changed

examples/kotlin-dataframe-plugin-example/src/main/kotlin/org/jetbrains/kotlinx/dataframe/examples/plugin/Main.kt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ fun main() {
8484
reposUpdated.writeCsv("jetbrains_repositories_new.csv")
8585

8686
// TODO: Add Kandy Plot
87-
/*reposUpdated.groupBy { kind }.max { stargazersCount }.plot {
88-
bars {
89-
x(kind)
90-
y(stargazersCount)
91-
}
92-
}*/
87+
// reposUpdated.groupBy { kind }.max { stargazersCount }.plot {
88+
// bars {
89+
// x(kind)
90+
// y(stargazersCount)
91+
// }
92+
// }
9393
}

0 commit comments

Comments
 (0)