Skip to content
Discussion options

You must be logged in to vote

fig-dpi is not currently forwarded as a cell option. Try this:

---
format: revealjs
title: DPI test
fig-dpi: 300
---

```{r}
#| echo: false
#| fig-width: 4.375
library(ggplot2)
ggplot(data = NULL, aes(x = rnorm(10), y = rnorm(10))) +
  geom_point()
```

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@mcanouil
Comment options

@nilsreimer
Comment options

Answer selected by nilsreimer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants