Omar AlSuwaidi

Results 27 comments of Omar AlSuwaidi

Hey @alshan ! Thanks for your prompt response, the workaround worked exactly as expected! Though, what's the difference between adding `+ ylim(ymin, ymax)` vs `+ coord_cartesian(ylim(ymin, ymax))`, how are they...

@alshan Hey! One more related issue: When attaching numerical labels to corresponding stacked bars via `labels=layer_labels(['sales_value'])`, it works fine, but upon altering the viewport limits via `coord_cartesian(ylim=(min, max))`, the labels...

Hey @alshan ! Regarding the use of the `group` aesthetic, to be honest, I still don't quite understand how it works; I understand it's supposed to logically separate and group...

Hey @alshan , Thanks for your help and comments as usual! Sorry, I know this discussion is quite old, but I would like to point out, that in this case,...

Hey @alshan 👋🏼! Big, great changes in v4.3.0! Yet to try out and test all of them. The `coord_cartesian(ylim=())` works beautifully with `layer_labels()` now. And while I like the feature...

If we represent tuples as having at least one comma `{,}` (empty tuple, without the `.` prefix), and `{}` as an empty block -> void, then that solves both of...

@RaphiSpoerri Well, at least it clears up both ambiguities, is consistent, and people find `.{}` confusing/unconventional as well. I'm sure Andrew initiated this issue in the first place for a...

A cleaner work around (without unnecessary I/O) to use latest Bokeh version with latest Streamlit version: ``` from bokeh.embed import file_html from bokeh.plotting import figure from bokeh.models import ColumnDataSource import...

Snippets or Live Templates (in JetBrains IDEs) are extremely powerful, quite an essential feature!

Hey @MarcSkovMadsen, Thanks for the hint, after messing around with the exports a bit, a temporary solution that seems to work is by passing the `lets-plot` plot object into the...