Apechen

Results 4 comments of Apechen

I am using `ggplot() + geom_xxx()` function to draw images in the Jupyter notebook. When I set `LetsPlot.setup_html(offline=True)`, both PyCharm and VS code works fine for me, but the image...

Thank you alshan. After selecting the "Trusted" checkbox, PyCharm does load the output image. However, the image is of poor quality and not clear enough, which just looks like that...

> Could you try to export to SVG : `ggsave(p, "a.svg")` and then open this svg file in PyCharm or in a browser? After saving the plot to a svg...

Thank you! I will contact PyCharm support.