JetBrains / lets-plot-kotlin

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

Replace krangl with dataframe in the example notebooks #192

Closed AndreiKingsley closed 1 year ago

AndreiKingsley commented 1 year ago

The things I encountered: 1) Some examples use outdated lets-plot Kotlin API: https://github.com/AndreiKingsley/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/geom_dotplot.ipynb https://github.com/AndreiKingsley/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/geom_ydotplot.ipynb 2) Related to https://github.com/JetBrains/lets-plot-kotlin/issues/129 in https://github.com/AndreiKingsley/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/formatting_axes_etc.ipynb Example of how LocalDate must not be processed in plotting)