Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Minor
  • Loading branch information
antonymilne committed Nov 27, 2025
commit befea7dab369f3ba62d6d4602b442b8ab805ccdd
1 change: 0 additions & 1 deletion plotly/express/_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,6 @@ def apply_default_cascade(args, constructor=None):
for trace_data in trace_data_list
if hasattr(trace_data, "marker")
]
# if no trace-specific colors found, reset to None to allow fallback
if not args["color_discrete_sequence"] or not any(args["color_discrete_sequence"]):
args["color_discrete_sequence"] = None
# fallback to layout.colorway if trace-specific colors not available
Expand Down