You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/python/custom-buttons.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -34,11 +34,11 @@ jupyter:
34
34
---
35
35
36
36
#### 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))
0 commit comments