lets-plot-kotlin icon indicating copy to clipboard operation
lets-plot-kotlin copied to clipboard

Grammar of Graphics for Kotlin

Results 28 lets-plot-kotlin issues
Sort by recently updated
recently updated
newest added

ggplot seems to have a (convoluted...) way to define custom palettes (e.g. [here](https://www.jumpingrivers.com/blog/custom-colour-palettes-for-ggplot2/)). As far as I understand, there's no similar facility exposed in Let's Plot?

Dear Colleagues, we are very exited using your library in our projects and thank you for developing it. Our team is quite eager to know whether you have plans to...

I'm new to data analysis and I started out with lets-plot for data visualization! Basically I'm trying to find a way to add images in geomBar(), it could be an...

Is it possible to use `geomImag` like in this examples? https://nbviewer.org/github/JetBrains/lets-plot-docs/blob/master/source/examples/cookbook/image_101.ipynb

In ggplot the user is notified if records were removed due to NA. E.g. ``` $ ggplot(msleep, aes(sleep_total, rem_proportion)) + geom_point(size=4, alpha=0.3) ## Warning: Removed 22 rows containing missing values...

*

It would be nice to have pie chart and bar chart with horizontal bars support

See discussion: https://github.com/JetBrains/lets-plot-kotlin/issues/37#issuecomment-688295606

enhancement

since there are javafx frontend, are there any plan about having Jetpack Compose Frontend?

I have plotted a deprogram by combining geomSegment() and geomPoint(). When I apply color schemes to each function, I get a joined legend which I would want to be separated....

Is it possible to add a module-info.java so the library can be used in modular applications (without plugins)?