Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion action-graphics.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ demo <- demoApp$new("action-graphics/persistent", ui, server)
demo$deploy()
```

```{r persistent, fig.cap = "This app makes the brush \"persisent\", so that dragging it adds to the current selection.", echo = FALSE, out.width = NULL}
```{r persistent, fig.cap = "This app makes the brush &quot;persistent&quot;, so that dragging it adds to the current selection.", echo = FALSE, out.width = NULL, fig.show = 'hold'}
knitr::include_graphics(c(
"images/action-graphics/persistent-1.png",
"images/action-graphics/persistent-3.png"
Expand Down