Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e9edc39

Browse filesBrowse files
committed
Fix error when displaying default callback.Points object
1 parent 1cc7234 commit e9edc39
Copy full SHA for e9edc39

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎plotly/callbacks.py

Copy file name to clipboardExpand all lines: plotly/callbacks.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ def buttons(self):
127127
class Points:
128128

129129
def __init__(self,
130-
point_inds=None,
131-
xs=None,
132-
ys=None,
130+
point_inds=[],
131+
xs=[],
132+
ys=[],
133133
trace_name=None,
134134
trace_index=None):
135135

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.