You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
f"marker_col/color_col/facet_col is misspecified because the specified dataframe grouping names {cols} don't match the names in the plotly figure {col_names}.",
71
+
f"symbol_col/color_col/facet_col is misspecified because the specified dataframe grouping names {cols} don't match the names in the plotly figure {col_names}.",
72
72
)
73
73
74
74
cols=find_correct_column_order(cols, col_names)
@@ -133,7 +133,7 @@ def find_grouping(
133
133
134
134
ifnotgrouping_found:
135
135
raiseValueError(
136
-
"marker_col/color_col/facet_cik is misspecified because the dataframe grouping names don't match the names in the plotly figure."
136
+
"symbol_col/color_col/facet_col is misspecified because the dataframe grouping names don't match the names in the plotly figure."
0 commit comments