JetBrains / lets-plot-kotlin

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

How to plot dots with hex colors? #215

Closed Kyant0 closed 11 months ago

Kyant0 commented 11 months ago

It seems using the hex value as color is incorrect. image

Kyant0 commented 11 months ago

https://datalore.jetbrains.com/notebook/TDFXxJPhrAGax2aJqKiYc3/IAP5ItFdVr0xziTyFhZHoP

IKupriyanov-HORIS commented 11 months ago

Hi! I think the geomImshow() function might fit your needs much better, than geomPoint().
See demos: image_101.ipynb image_fisher_boat.ipynb image_extent.ipynb image_grayscale.ipynb

Kyant0 commented 11 months ago

Thanks, that's what I want