Skip to content

Commit e9edc39

Browse files
committed
Fix error when displaying default callback.Points object
1 parent 1cc7234 commit e9edc39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plotly/callbacks.py

+3-3
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)