Skip to content

Commit e231029

Browse files
committed
replace last forced_order
1 parent 79d5ffc commit e231029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/figure_factory/_violin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ def create_violin(data, data_header=None, group_header=None, colors=None,
636636

637637
fig = violin_colorscale(
638638
data, data_header, group_header, valid_colors,
639-
use_colorscale, group_stats, rugplot, forced_order, height,
639+
use_colorscale, group_stats, rugplot, sort, height,
640640
width, title
641641
)
642642
return fig

0 commit comments

Comments
 (0)