10000 Update 2015-07-30-polar-chart.Rmd · plotly/plotly.r-docs@1a26ea3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1a26ea3

Browse files
authored
Update 2015-07-30-polar-chart.Rmd
Commented out the offending method - its probably already deprecated as per the doc
1 parent 3895a80 commit 1a26ea3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

r/2015-07-30-polar-chart.Rmd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ fig
4646

4747
### Polar Area Chart
4848

49-
```{r}
50-
fig <- plot_ly(plotly::wind, r = ~r, t = ~t) %>% add_area(color = ~nms)
51-
fig <- 6FC1 layout(fig, radialaxis = list(ticksuffix = "%"), orientation = 270)
49+
#```{r}
50+
#fig <- plot_ly(plotly::wind, r = ~r, t = ~t) %>% add_area(color = ~nms)
51+
#fig <- layout(fig, radialaxis = list(ticksuffix = "%"), orientation = 270)
5252

53-
fig
54-
```
53+
#fig
54+
#```
5555

5656
### Reference
5757
See [https://plotly.com/python/reference/#area](https://plotly.com/python/reference/#area) for more information and chart attribute options!

0 commit comments

Comments
 (0)
0