Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a9f98ad

Browse files
committed
update indices=None behavior
1 parent 1092e8a commit a9f98ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plotly/widgets/graph_widget.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,8 @@ def restyle(self, data, indices=None):
279279
indices (list, optional):
280280
Specify which traces to apply the update dict to.
281281
Negative indices are supported.
282+
If indices are not given, the update will apply to
283+
*all* traces.
282284
283285
Examples:
284286
Initialization - Start each example below with this setup:

0 commit comments

Comments
 (0)