Skip to content

Commit 37d576d

Browse files
committed
added lines to histograms - like in scatter
1 parent 3be914a commit 37d576d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

plotly/figure_factory/_facet_grid.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,7 @@ def _facet_grid(df, x, y, facet_row, facet_col, num_of_rows,
484484
type=trace_type,
485485
marker=dict(
486486
color=marker_color,
487+
line=kwargs_marker['line']
487488
),
488489
**kwargs_trace
489490
)
@@ -504,6 +505,7 @@ def _facet_grid(df, x, y, facet_row, facet_col, num_of_rows,
504505
type=trace_type,
505506
marker=dict(
506507
color=marker_color,
508+
line=kwargs_marker['line']
507509
),
508510
**kwargs_trace
509511
)
@@ -550,6 +552,7 @@ def _facet_grid(df, x, y, facet_row, facet_col, num_of_rows,
550552
type=trace_type,
551553
marker=dict(
552554
color=marker_color,
555+
line=kwargs_marker['line']
553556
),
554557
**kwargs_trace
555558
)

0 commit comments

Comments
 (0)