Skip to content

Commit

Permalink
Merge pull request #423 from romainfrancois/patch-1
Browse files Browse the repository at this point in the history
+ `library(plotly)`
  • Loading branch information
cpsievert authored Dec 21, 2023
2 parents 7efa2d8 + b99b7a9 commit a8a3559
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ For example, as described in depth [here](https://plotly-r.com/arranging-views.h

```r
library(htmltools)
library(plotly)
browsable(tagList(
plot_ly(diamonds, x = ~carat, height = 200),
plot_ly(diamonds, x = ~price, height = 200)
Expand Down

0 comments on commit a8a3559

Please sign in to comment.