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

Skip to content

Commit 5273f2d

Browse files
committed
foxed ggplot2 line bug
1 parent 483b487 commit 5273f2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plotly/figure_factory/_facet_grid.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -817,6 +817,8 @@ def create_facet_grid(df, x=None, y=None, facet_row=None, facet_col=None,
817817
if 'line' not in kwargs_marker:
818818
if not ggplot2:
819819
kwargs_marker['line'] = {'color': 'darkgrey', 'width': 1}
820+
else:
821+
kwargs_marker['line'] = {}
820822

821823
# default marker size
822824
if not ggplot2:

0 commit comments

Comments
 (0)