Skip to content

Commit 5a01f88

Browse files
Add geomPointDensity
1 parent 9739792 commit 5a01f88

File tree

11 files changed

+1310833
-0
lines changed

11 files changed

+1310833
-0
lines changed

demo/jvm-javafx/src/main/kotlin/frontendContextDemo/scripts/Density.kt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ object Density {
6464
val pl = p + statDensity2DFilled { fill = "..level.." }
6565
pl.show()
6666
}
67+
68+
run {
69+
val pl = p + geomPointDensity()
70+
pl.show()
71+
}
6772
}
6873
}
6974
}

0 commit comments

Comments
 (0)