JetBrains / lets-plot-kotlin

Grammar of Graphics for Kotlin
https://lets-plot.org/kotlin/
MIT License
434 stars 36 forks source link

Where is the actual documentation of the framework? #70

Closed NoakPalander closed 3 years ago

NoakPalander commented 3 years ago

The title is rather self explanatory, where is the documentation for how to use lets-plot-kotlin? It'd be relevant to have at least something that would explain how you e.g plot multiple separate lines in one plot, how you add legends, how you give them proper coloring etc. I'm not sure if it's just that lets-plot-kotlin is very primitive at this stage or what's the deal.

alshan commented 3 years ago

how you e.g plot multiple separate lines in one plot, how you add legends, how you give them proper coloring etc

Such a documentation for lets-plot-kotlin doesn't exist but don't panic) There is a fantastic book ggplot2: Elegant Graphics for Data Analysis explaning all the concepts using ggplot2 R-package.

Specifically:

After you become familiar with the "grammar of graphics" idioms you can proceed to our examples and learn the specific of the Kotlin API.