Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b0da3c6

Browse files
authored
Reverted commit that was wrong
1 parent 42c0d99 commit b0da3c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/figure_factory/_facet_grid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ def _facet_grid_color_numerical(df, x, y, facet_row, facet_col, color_name,
413413
mode='markers',
414414
type=trace_type,
415415
showlegend=False,
416-
**kwargs_trace
416+
**kwargs
417417
)
418418
fig.append_trace(trace, row_count + 1, col_count + 1)
419419
if row_count == 0:

0 commit comments

Comments
 (0)