Skip to content

Commit 64abe0d

Browse files
committed
update readme
1 parent 4b1ada3 commit 64abe0d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ If you'd like to see how `ggplotly()` does in converting different ggplot2 examp
4141
[plotly.js](https://github.com/plotly/plotly.js) supports some chart types that ggplot2 doesn't (our [cheatsheet](https://images.plot.ly/plotly-documentation/images/r_cheat_sheet.pdf) provides a nice summary of the available chart types). You can create any of these charts via `plot_ly()`.
4242

4343
```r
44-
plot_ly(z = ~volcano)
44+
plot_ly(z = ~volcano, type = "surface")
4545
```
4646

4747
![https://plot.ly/~brnvg/1134](https://plot.ly/~brnvg/1134.png)
@@ -60,6 +60,10 @@ We have a number of [vignettes](https://ropensci.github.io/plotly/) which explai
6060

6161
You can also hook into these events without shiny using `htmlwidgets::onRender()` ([example](https://github.com/ropensci/plotly/tree/master/inst/examples/onRenderHover)). This, however, requires JavaScript knowledge and makes it much harder to coordinate views between htmlwidgets.
6262

63+
## Learn more
64+
65+
We have lots of examples on <https://plot.ly/r/> and <https://plot.ly/ggplot2/>, but a more comprehensive review is also available at <https://cpsievert.github.io/plotly_book/>
66+
6367
## Contributing
6468

6569
Please read through our [contributing guidelines](https://github.com/ropensci/plotly/blob/master/CONTRIBUTING.md). Included are directions for opening issues, asking questions, contributing changes to plotly, and our code of conduct.

0 commit comments

Comments
 (0)