Igor Alshannikov
Igor Alshannikov
Could you try to export to SVG : `ggsave(p, "a.svg")` and then open this svg file in PyCharm or in a browser?
Can't say what else we can do. On my macbook retina display plots look perfect in PyCharm. If you have 4K monitor than there might exist some settings allowing to...
Hi, this sounds very interesting! Will take a look likely next week. (currently vacationing)
Sorry, didn't have time last week. @MarcSkovMadsen its likely make sense to setup a little oss project at GitHub containing all necessary for imbedding lets-plot in a panel app -...
Nothing much, IFAIU we're waiting for Phillipps input (https://github.com/holoviz/panel/issues/5475) on my proposal above https://github.com/JetBrains/lets-plot/issues/870#issuecomment-1722710641
Please make sure - IPython is installed in your env - You invoke `plot.show()` method. I'm not sure if VSCode does execute JS code we provide. Maybe not by default,...
Hi @Rafael-Silva-Oliveira , have you succeeded in getting lets-plot charts displayed in vscode?
Hi @Rafael-Silva-Oliveira , In v4.3.0 we added [`setup_show_ext()`](https://lets-plot.org/python/pages/api/lets_plot.LetsPlot.html#lets_plot.LetsPlot.setup_show_ext) which you can use instead of `setup_html()`to allow plots to be displayed in an external browser window.
No, collection of column names is not supported as a value of aesthetic. It must be either a name or a collection of values (data).
Just stumbled upon the "interaction" fun in R: `group = interaction(dir, grp)` https://stackoverflow.com/questions/50604055/ggplot2-geom-bar-position-failure