10000 :lipstick: · theoryno3/python-api@024b9f5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 024b9f5

Browse files
committed
💄
1 parent 38b40fd commit 024b9f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/widgets/graph_widget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ def extend_traces(self, update, indices=(0,), max_points=None):
733733
```
734734
graph.extend_traces({
735735
'x': [[1, 2, 3], [2, 3, 4]],
736-
'y': [[10, 20, 30], [3, 4, 3]]
736+
'y': [[10, 20, 30], [3, 4, 3]]
737737
}, indices=[0, 1])
738738
```
739739

0 commit comments

Comments
 (0)
0