Skip to content

Commit

Permalink
Merge pull request plotly#1213 from plotly/r-logos-doc
Browse files Browse the repository at this point in the history
fix broken plot for R/logos doc
  • Loading branch information
priyatharsan authored Dec 20, 2018
2 parents 224c725 + 5a90434 commit dee5659
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/r/style/2016-07-07-logos.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ packageVersion('plotly')
```

```
## [1] '4.7.0.9000'
## [1] '4.8.0'
```
### Embed Logos on a Graph

Expand Down Expand Up @@ -86,4 +86,4 @@ chart_link = api_create(p, filename="logos-1")
chart_link
```

<iframe src="https://plot.ly/~RPlotBot/3326.embed" width="800" height="600" id="igraph" scrolling="no" seamless="seamless" frameBorder="0"> </iframe>
<iframe src="https://plot.ly/~RPlotBot/5601.embed" width="800" height="600" id="igraph" scrolling="no" seamless="seamless" frameBorder="0"> </iframe>

0 comments on commit dee5659

Please sign in to comment.