Igor Alshannikov

Results 285 comments of Igor Alshannikov

Hi! > It doesn't support adding labels like other plots do. We are planning to support layer labels (a.k.a. annotations) in future but for now labels are firmly linked to...

> To verify, I tried to add + scale_color_manual(values={"total": "green", "increase": "blue", "decrease": "orange", "absolute": "red"}) to the example in the docs, and I got: Maybe but to be honest,...

> I did not create a dataframe or mess around with the data from the [docs](https://lets-plot.org/python/pages/api/lets_plot.bistro.waterfall.waterfall_plot.html), I took it as it is and just added the scale_color_manual I see, in...

Hi @OSuwaidi, I hope you are doing well. In the latest [v4.7.0](https://github.com/JetBrains/lets-plot?tab=readme-ov-file#waterfall_plot-chart) we provide options for configuring custom labels on bars (via `relative_labels` and `absolute_labels` parameters) as well as support...

Hi, at the moment dual Y-axes are not supported. See related: https://github.com/JetBrains/lets-plot/issues/737

Released in [v4.5.0](https://github.com/JetBrains/lets-plot/releases/tag/v4.5.0)

https://github.com/JetBrains/lets-plot?tab=readme-ov-file#what-is-new-in-450

Since `size=10` in `geom_text()` the size scale does not affect size of the text regardless of `trans`. Is this issue about a difference in interpretation of `size` in lets-plot vs...

Agreed, the legend icons' background should be transparent. However, saving a plot image with transparency doesn't seem to be a common case. So there is no dedicated boolean argument for...