Skip to content

Commit

Permalink
Merge pull request #3363 from suttang/patch-1
Browse files Browse the repository at this point in the history
Fix typo in gapminder-example.md
  • Loading branch information
LiamConnors authored Aug 28, 2024
2 parents 93fcdb2 + 72dad4d commit 0850f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/unconverted/python/gapminder-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ figure['layout']['plot_bgcolor'] = 'rgb(223, 232, 243)'
For the slider to appear, we need to adda `sliders` dictionary to `layout`. The `sliders` dictionary is set in the following way:

```
figure['layout']['sliders] = {
figure['layout']['sliders'] = {
'active': 0,
'yanchor': 'top',
'xanchor': 'left',
Expand Down

0 comments on commit 0850f3a

Please sign in to comment.