Igor Alshannikov

Results 285 comments of Igor Alshannikov

`isolated_frame=True` is used when notebook wraps any output in `iframe`. In this case the output should be self sufficient and includes both the library script and plot data and JS...

@jsnelgro , @signup2k, @VivaldoMendes Hi guys, good new: my [PR-2084](https://github.com/marimo-team/marimo/pull/2084) was accepted and just made it to the latest [marimo 0.8.1](https://github.com/marimo-team/marimo/releases/tag/0.8.1) release. Now Marimo knows how to display lets-plot charts....

Hi @OSuwaidi, Agree, this is nice to have. Speaking of width/height policy in Bokeh, which one would be most applicable in your case?

But AFAIU you need to fit both, width and height (and width with a slight discount BTW): `LetsPlot.buildPlotFromRawSpecs(data._plot_spec_as_dict, pn_container.clientWidth-5, height, pn_container);` See https://github.com/holoviz/panel/issues/5475#issuecomment-1882851590

HI @OSuwaidi , I've added something that would potentially allow you to make lets-plot chart reactive in your app. At least it works in my sandbox: https://codepen.io/Igor-Alshannikov/pen/PogPPYJ When in the...

This might be an expected behavior: data point "a" has value 2.0. Limits `ylim(0, 1)` filter data - keep all data points which value is in range [0, 1], and...

Looks interesting, thank you. Note however that some of these charts can be done using [geom_dotplot()](https://lets-plot.org/python/pages/api/lets_plot.geom_dotplot.html#lets-plot-geom-dotplot) or [geom-ydotplot()](https://lets-plot.org/python/pages/api/lets_plot.geom_ydotplot.html#lets-plot-geom-ydotplot).

Hi, thank you, you are right, it's about time to look into SEO. Reputable domains are keeping their distance though :)

Hi @HarlanH, so, we have our documentation web site facelifted. Note, the landing page is new (https://lets-plot.org/) and the former home page has moved to https://lets-plot.org/python/. "ggplot2" and "Grammar of...

I believe we've addressed this issue well. Let's hope the situation in Google search results will improve over time as more quality backlinks appear.