Implement and support a new color_discrete_sequence parameter.
From the Plotly docs:
color sequences are lists of colors to be mapped onto discrete data values. No interpolation occurs when using color sequences, unlike with continuous color scales, and each color is used as-is.
Implement and support a new
color_discrete_sequenceparameter.From the Plotly docs:
px.colors.qualitative.*(e.g.,px.colors.qualitative.Plotly) (REF)['#636EFA', 'rgb(10, 10, 10)', 'red', ...](REF)color_discrete_sequence: "If your color sequence has fewer colors than the number of unique values in the column you are mapping tocolor, the colors will cycle through and repeat"