Plotly colours list

Hi
Obviously you found the answer but I thought maybe below also be useful:

import plotly as plt
for i in plt.colors.DEFAULT_PLOTLY_COLORS:
    print(i)
3 Likes