Skip to content

Commit abda92c

Browse files
author
Joseph Damiba
authored
Merge branch 'doc-prod' into ly-to-com
2 parents 18f61ef + fc44222 commit abda92c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/python/custom-buttons.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jupyter:
3434
---
3535

3636
#### Methods
37-
The [updatemenu method](https://plotly.com/python/reference/#layout-updatemenus-buttons-method) determines which [plotly.js function](https://plotly.com/javascript/plotlyjs-function-reference/) will be used to modify the chart. There are 4 possible methods:
38-
- `"restyle"`: modify data or data attributes
39-
- `"relayout"`: modify layout attributes
40-
- `"update"`: modify data **and** layout attributes
41-
- `"animate"`: start or pause an [animation](https://plotly.com/python/#animations))
37+
The [updatemenu method](https://plot.ly/python/reference/#layout-updatemenus-items-updatemenu-buttons-items-button-method) determines which [plotly.js function](https://plot.ly/javascript/plotlyjs-function-reference/) will be used to modify the chart. There are 4 possible methods:
38+
- `"restyle"`: modify **data** or data attributes
39+
- `"relayout"`: modify **layout** attributes
40+
- `"update"`: modify **data and layout** attributes; combination of `"restyle"` and `"relayout"`
41+
- `"animate"`: start or pause an [animation](https://plot.ly/python/#animations))
4242

4343

4444
#### Restyle Button

0 commit comments

Comments
 (0)