Skip to content

Commit 36f7e3c

Browse files
committed
FIxed Example 3 in violin string-doc
1 parent b76ea00 commit 36f7e3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plotly/tools.py

+1
Original file line numberDiff line numberDiff line change
@@ -2142,6 +2142,7 @@ def create_violin(data, data_header=None, group_header=None,
21422142
group_header = 'Group'
21432143
21442144
# make groupby object with pandas
2145+
group_stats = {}
21452146
groupby_data = df.groupby([group_header])
21462147
21472148
for group in "ABCDE":

0 commit comments

Comments
 (0)