Vector-based plots possible in HTML output? #1481
Unanswered
ramiromagno
asked this question in
Q&A
Replies: 3 comments 4 replies
-
It seems
|
Beta Was this translation helpful? Give feedback.
3 replies
-
It's technically possible for us to set that per cell for Knitr however NOT for Jupyter (which is probably why we didn't implement it for Knitr). Note that you can use the |
Beta Was this translation helpful? Give feedback.
1 reply
-
It sets the default knitr chunk option (which can then be overridden per
chunk)
…On Thu, Jul 21, 2022 at 2:40 PM Mickaël Canouil ***@***.***> wrote:
How does fig-format work with dev?
Does is set the device for all engine thus it overwrites dev globally
when knitr engine is used?
(Mostly curious)
—
Reply to this email directly, view it on GitHub
<#1481 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAZPR3BNFYDK42JG76OYYDVVGKTFANCNFSM54H46VHA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When exporting to HTML format, I expected the R code chunk option
#| fig-format: svg
to make my plots SVG based instead of PNG but it does not seem to be happening. My intention is to have vector based plots in a website --- it would look nicer.Beta Was this translation helpful? Give feedback.
All reactions