We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bdec7f commit befea7dCopy full SHA for befea7d
plotly/express/_core.py
@@ -1052,7 +1052,6 @@ def apply_default_cascade(args, constructor=None):
1052
for trace_data in trace_data_list
1053
if hasattr(trace_data, "marker")
1054
]
1055
- # if no trace-specific colors found, reset to None to allow fallback
1056
if not args["color_discrete_sequence"] or not any(args["color_discrete_sequence"]):
1057
args["color_discrete_sequence"] = None
1058
# fallback to layout.colorway if trace-specific colors not available
0 commit comments