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

Skip to content

Commit 1ff4b5f

Browse files
committed
null
1 parent 8cd0de1 commit 1ff4b5f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

plotly/figure_factory/_facet_grid.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -815,10 +815,10 @@ def create_facet_grid(df, x=None, y=None, facet_row=None, facet_col=None,
815815
"'scales' must be set to 'fixed', 'free_x', 'free_y' and 'free'."
816816
)
817817

818-
if trace_type not in VALID_TRACE_TYPES:
819-
raise exceptions.PlotlyError(
820-
"'trace_type' must be in {}".format(VALID_TRACE_TYPES)
821-
)
818+
#if trace_type not in VALID_TRACE_TYPES:
819+
# raise exceptions.PlotlyError(
820+
# "'trace_type' must be in {}".format(VALID_TRACE_TYPES)
821+
# )
822822

823823
if trace_type == 'histogram':
824824
SUBPLOT_SPACING = 0.06

0 commit comments

Comments
 (0)