Skip to content

Commit 6474746

Browse files
committed
dict ici aussi
1 parent 8e73912 commit 6474746

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

content/course/modelisation/0_preprocessing.Rmd

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,7 @@ fig_plotly.update_traces(
212212
fig_plotly.update_layout(
213213
title_text = "Reproduction of the \"Acres don't vote, people do\" map <br>(Click legend to toggle traces)",
214214
showlegend = True,
215-
geo = dict(
216-
scope = 'usa',
217-
landcolor = 'rgb(217, 217, 217)',
215+
geo = {"scope" = 'usa', "landcolor" = 'rgb(217, 217, 217)'}
218216
)
219217
)
220218
```

0 commit comments

Comments
 (0)