-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SVG output from RCall not shown #213
Comments
Does the intermediate |
There seems to be something in the data field of the ipynb but it doesn't look like an SVG file. The output ipynb from quarto render rplot.qmd --to ipynb is attached. |
When I look at the resulting SVG file that is put into the figures-html folder, it can be opened with firefox but not with my image viewer, but it is only an empty Axis without the data that I would have expected. |
Potentially then something going wrong during the render to SVG that isn't capturing the correct content. I'm not too familiar with R's SVG plot output unfortunately. |
After #211 the notebook with a RCall plot is working again, but the SVG output is empty. I am wondering whether we have to somehow close the device again after plotting.
The text was updated successfully, but these errors were encountered: