Igor Alshannikov

Results 285 comments of Igor Alshannikov

It seems that grouping by `label` aes is necessary. Consider an example: ``` data3 = { "g": ["X", "X", "X", "X", "X", "Y", "Y", "Y", "Y", "Y"], "f": ["A", "B",...

On the other hand, ggplot R supports grouping by multiple columns: ``` group = interaction(dir, grp) ``` https://stackoverflow.com/questions/50604055/ggplot2-geom-bar-position-failure

Related issue in LPK concerning default color palettes: https://github.com/JetBrains/lets-plot-kotlin/issues/213

Hi, we don't support LaTeX but you can use unicode escaping to show Theta, i.e. : '\u03F4'.

Related issue in CairoSVG: https://github.com/Kozea/CairoSVG/issues/317 Related "quick fix" PR: https://github.com/Kozea/CairoSVG/pull/408

By "image" do you mean `geom_imshow()` or not a specific "geom" but any lets-plot figure? Do you pass any values to `LetsPlot.setup_html()` call in the head of the notebook?

My guess is that PyCharm blocks the notebook' access to the internet. Please make sure you have "Trusted" checkbox selected in the notebook' toolbar: And you can call `setup_html()` with...