Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 77f91f4

Browse files
authored
Merge pull request plotly#977 from plotly/r_effects
Update with title for the Updating Plotly Graphs in R
2 parents 7059fb4 + acbf2ff commit 77f91f4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

_posts/r/fundamentals/2015-07-30-filenames.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Updating Plotly Graphs in R | Examples | Plotly
3-
name: Updating Plotly Graphs in R
2+
title: Updating Plotly Graphs | Examples | Plotly
3+
name: Updating Plotly Graphs
44
permalink: r/file-options/
55
description: R Filenames, folders, and updating Plotly graphs in the plotly cloud.
66
layout: base

_posts/r/fundamentals/2015-07-30-filenames.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Updating Plotly Graphs in R | Examples | Plotly
3-
name: Updating Plotly Graphs in R
2+
title: Updating Plotly Graphs | Examples | Plotly
3+
name: Updating Plotly Graphs
44
permalink: r/file-options/
55
description: R Filenames, folders, and updating Plotly graphs in the plotly cloud.
66
layout: base
@@ -34,7 +34,7 @@ packageVersion('plotly')
3434
```
3535

3636
```
37-
## [1] '4.5.6.9000'
37+
## [1] '4.7.1'
3838
```
3939

4040
#### Save Plot to Server
@@ -47,7 +47,7 @@ p <- plot_ly(x = c(1, 2), y = c(1, 2))
4747
api_create(p)
4848
```
4949

50-
<iframe src="https://plot.ly/~RPlotBot/4350.embed" width="800" height="600" id="igraph" scrolling="no" seamless="seamless" frameBorder="0"> </iframe>
50+
<iframe src="https://plot.ly/~RPlotBot/5459.embed" width="800" height="600" id="igraph" scrolling="no" seamless="seamless" frameBorder="0"> </iframe>
5151

5252
#### Overwrite Plot
5353

@@ -68,6 +68,6 @@ If the filename contains "/", it will automatically create a plotly folder. This
6868
api_create(p, filename="r-docs-name-of-my-plotly-file")
6969
```
7070

71-
<iframe src="https://plot.ly/~RPlotBot/507.embed" width="800" height="600" id="igraph" scrolling="no" seamless="seamless" frameBorder="0"> </iframe>
71+
<iframe src="https://plot.ly/~RPlotBot/5455.embed" width="800" height="600" id="igraph" scrolling="no" seamless="seamless" frameBorder="0"> </iframe>
7272

7373
View your Plotly graphs at [https://plot.ly/organize](https://plot.ly/organize).

0 commit comments

Comments
 (0)