I am currently using Plots package in Julia with pyplot as the backend. I can choose color_palette and make plots by
pyplot(color_palette=:delta)
Plots.plot(x, y)
What is the syntax to define and use a custom color palette according to, for example, Okade and Ito below, for color-blind-friendliness? Thanks!