Skip to content

Commit de00838

Browse files
committed
remove webgl from the vignette
1 parent bb8c174 commit de00838

File tree

2 files changed

+2
-225
lines changed

2 files changed

+2
-225
lines changed

vignettes/intro.Rmd

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,13 @@ Although these functions output special "plotly data frames", `plot_ly()` doesn'
6767
s <- plot_ly(z = volcano, type = "surface")
6868
```
6969

70-
If you have [a free plotly account](https://plot.ly/r/getting-started/), `plotly_POST()` makes it easy to host/share any plotly figure.
70+
If you have [a free plotly account](https://plot.ly/r/getting-started/), `plotly_POST()` makes it easy to host/share any plotly figure (click on the image below to see the interactive version).
7171

7272
```{r, eval = FALSE}
7373
plotly_POST(s)
7474
```
7575

76-
```{r, results = 'asis', echo = FALSE}
77-
cat(plotly:::plotly_iframe("https://plot.ly/~agvd/1794/", 600, 600))
78-
```
76+
![https://plot.ly/~agvd/1794](https://plot.ly/~agvd/1794.png)
7977

8078

8179
## Special arguments

0 commit comments

Comments
 (0)