Skip to content

Commit 08c48ea

Browse files
Update r/2021-08-12-figure-data-structure.Rmd
Co-authored-by: HammadTheOne <30986043+HammadTheOne@users.noreply.github.com>
1 parent d52cefa commit 08c48ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

r/2021-08-12-figure-data-structure.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ library(plotly)
2727
2828
fig <- plot_ly() %>%
2929
add_lines(x = c("a","b","c"), y = c(1,3,2))%>%
30-
layout(title="sample figure", xaxis = list(title = 'x'), yaxis = list(title = 'y'))
30+
layout(title="sample figure", xaxis = list(title = 'x'), yaxis = list(title = 'y'), plot_bgcolor = "#c7daec")
3131
3232
dput(fig$x)
3333
fig

0 commit comments

Comments
 (0)