Omar AlSuwaidi
Omar AlSuwaidi
Any updates on this @philippjfr ?
Hey @MarcSkovMadsen 👋🏼, upon experimenting a bit with the work around you provided, it seems to break down when using plots having their `stat` parameter not defaulted to `'identity'`. If...
Sure! We first create the custom `lets-plot` pane (I used polars over pandas because plot wouldn't even render with pandas): ``` import param from panel.reactive import ReactiveHTML from lets_plot import...
@alshan Ah, you're right! Works perfectly now, thanks!
Hey guys, Sorry to revive this randomly but, isn't the `lets-plot` pane class that @MarcSkovMadsen has written (with a minor tweak) is almost complete: ``` import param from panel.reactive import...
Hey @MarcSkovMadsen and @alshan 👋🏼! Guys really sorry to bring this up again (and thanks a ton for your continuous support) but I discovered two subtle, yet super annoying bugs...
> Hi guys, try to "standardize" plot specs before passing it to `buildPlotFromRawSpecs()`: > > ```python > from lets_plot._type_utils import standardize_dict > > > plot_spec_std = standardize_dict(plot.as_dict()) > ``` @alshan...
Hey @alshan, So excited for this feature to be supported honestly! And I'd say supporting responsive width is most important; `width_policy="fit"` is especially powerful, so is having `sizing_mode='stretch/scale_width'`.
I see. Well, assuming the plot's container element (`pn_container`) is responsive, can we observe changes in its size via `ResizeObserver` by targeting its ID (`document.getElementById('pn_container')`), and then invoke a callback...
Any updates on this? 💭