How to raise chart resolution in quarto publication? #1957
-
I am producing a rather detailed facet chart. In RStudio it renders really well, but when I generate and then publish it in quarto, using the same code, it has lower resolution and does not look good. How do I raise the quarto resolution? |
Beta Was this translation helpful? Give feedback.
Answered by
mcanouil
Aug 18, 2022
Replies: 1 comment 1 reply
-
By setting |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
PhilSmith26
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
By setting
fig-dpi
for example.You can see all figures options to make your figures as you want in https://quarto.org/docs/reference/formats/html.html#figures
Or for pdf format in
https://quarto.org/docs/reference/formats/pdf.html#figures.
Note that a lot (if not all) options are shared across formats.