Skip to content

Commit befea7d

Browse files
committed
Minor
1 parent 7bdec7f commit befea7d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plotly/express/_core.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,6 @@ def apply_default_cascade(args, constructor=None):
10521052
for trace_data in trace_data_list
10531053
if hasattr(trace_data, "marker")
10541054
]
1055-
# if no trace-specific colors found, reset to None to allow fallback
10561055
if not args["color_discrete_sequence"] or not any(args["color_discrete_sequence"]):
10571056
args["color_discrete_sequence"] = None
10581057
# fallback to layout.colorway if trace-specific colors not available

0 commit comments

Comments
 (0)