Igor Alshannikov

Results 90 issues of Igor Alshannikov

See "Geom.band, Geom.hband, Geom.vband" in GadFly: https://gadflyjl.org/stable/gallery/geometries/#[Geom.band](@ref),-[Geom.hband](@ref),-[Geom.vband](@ref) ![image](https://user-images.githubusercontent.com/4430922/228916569-0212dc5e-e9d9-4a19-9b36-99172fbca2de.png)

*

Possible sources of inspiration: - https://github.com/royalosyin/Work-with-DEM-data-using-Python-from-Simple-to-Complicated

documentation

See: - [Binned gradient colour scales — scale_colour_steps • ggplot2](https://ggplot2.tidyverse.org/reference/scale_steps.html) - [10.4 Binned colour scales | ggplot2](https://bookdown.dongzhuoer.com/hadley/ggplot2-book/binned-colour-scales.html) - [ggplot2 - R: How to manually set binned colour scale in ggplot?...

Currently, the message is rather neutral and might be not completely understood. ![image](https://user-images.githubusercontent.com/4430922/217613089-6767b1a8-a8d0-4073-8e6a-9fbb623df4aa.png)

*

``` LetsPlot.set_theme(theme_bw()+flavor_solarized_dark()) ``` > ValueError: Wrong option type. Expected `theme` but was `feature-list`. Or provide other way, perhaps: ``` LetsPlot.set_flavor(flavor_solarized_dark()) ```

For example : - `fill = change < 0` https://stackoverflow.com/questions/59989254/different-bar-color-for-positive-and-negative-bars-in-bar-plot - `fill=factor(ifelse(area=="Południe","Highlighted","Normal"))` https://stackoverflow.com/questions/22894102/change-color-of-only-one-bar-in-ggplot - `color=ifelse(df$y

See discussion: https://github.com/JetBrains/lets-plot-kotlin/discussions/54#discussioncomment-8044058

*

I'm porting Python Lets-Plot notebooks to Kotlin notebooks and one of the most annoying manual operations is the replacing of single quotes with double quotes in strings. Generally, nice to...

feature