Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5273f2d

Browse filesBrowse files
committed
foxed ggplot2 line bug
1 parent 483b487 commit 5273f2d
Copy full SHA for 5273f2d

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed

‎plotly/figure_factory/_facet_grid.py

Copy file name to clipboardExpand all lines: plotly/figure_factory/_facet_grid.py
+2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.