tueplots.constants.color.palettes module#

Color palettes.

tueplots.constants.color.palettes.paultol_bright = array(['4477AA', 'EE6677', '228833', 'CCBB44', '66CCEE', 'AA3377',        'BBBBBB'], dtype='<U6')#

Bright colors.

From Paul Tol’s website: https://personal.sron.nl/~pault/.

tueplots.constants.color.palettes.paultol_high_contrast = array(['004488', 'DDAA33', 'BB5566'], dtype='<U6')#

High-contrast colors.

From Paul Tol’s website: https://personal.sron.nl/~pault/.

tueplots.constants.color.palettes.paultol_light = array(['77AADD', '99DDFF', '44BB99', 'BBCC33', 'AAAA00', 'EEDD88',        'EE8866', 'FFAABB', 'DDDDDD'], dtype='<U6')#

Light colors.

From Paul Tol’s website: https://personal.sron.nl/~pault/.

tueplots.constants.color.palettes.paultol_medium_contrast = array(['EECC66', 'EE99AA', '6699CC', '997700', '994455', '004488'],       dtype='<U6')#

Medium-contrast colors.

From Paul Tol’s website: https://personal.sron.nl/~pault/.

tueplots.constants.color.palettes.paultol_muted = array(['CC6677', '332288', 'DDCC77', '117733', '88CCEE', '882255',        '44AA99', '999933', 'AA4499', 'DDDDDD'], dtype='<U6')#

Muted colors.

From Paul Tol’s website: https://personal.sron.nl/~pault/.

tueplots.constants.color.palettes.paultol_vibrant = array(['0077BB', '33BBEE', '009988', 'EE7733', 'CC3311', 'EE3377',        'BBBBBB'], dtype='<U6')#

Vibrant colors.

From Paul Tol’s website: https://personal.sron.nl/~pault/.

tueplots.constants.color.palettes.pn = array([[0.16078431, 0.26666667, 0.64705882],        [0.15686275, 0.72941176, 0.70588235],        [1.        , 0.6       , 0.2       ],        [0.68627451, 0.70196078, 0.71764706],        [0.55294118, 0.17647059, 0.22352941]])#

Colors used for probnum.org.

tueplots.constants.color.palettes.tue_plot = array([[0.55294118, 0.17647059, 0.22352941],        [0.21568627, 0.25490196, 0.29019608],        [0.68235294, 0.62352941, 0.42745098],        [0.        , 0.41176471, 0.66666667],        [0.68627451, 0.70196078, 0.71764706],        [0.49019608, 0.64705882, 0.29411765],        [0.78431373, 0.31372549, 0.23529412],        [0.68627451, 0.43137255, 0.58823529],        [0.70588235, 0.62745098, 0.58823529],        [0.56862745, 0.41176471, 0.2745098 ]])#

A mix of the primary and secondary colors from tue TUE color palette(s), ordered in a way that provides okay(ish) color contrast.

tueplots.constants.color.palettes.tue_plot_dark_bg = array([[0.9372549 , 0.9254902 , 0.88627451],        [0.55294118, 0.17647059, 0.22352941],        [0.31372549, 0.66666667, 0.78431373],        [0.68627451, 0.70196078, 0.71764706],        [0.50980392, 0.7254902 , 0.62745098],        [0.78431373, 0.31372549, 0.23529412],        [0.68627451, 0.43137255, 0.58823529],        [0.70588235, 0.62745098, 0.58823529],        [0.56862745, 0.41176471, 0.2745098 ]])#

A mix of the primary and secondary colors from tue TUE color palette(s), ordered in a way that provides okay(ish) color contrast when plotting on dark background.

tueplots.constants.color.palettes.tue_primary = array([[0.55294118, 0.17647059, 0.22352941],        [0.21568627, 0.25490196, 0.29019608],        [0.68627451, 0.70196078, 0.71764706],        [0.68235294, 0.62352941, 0.42745098],        [0.9372549 , 0.9254902 , 0.88627451]])#

Primary corporate colors of the University of Tübingen.

tueplots.constants.color.palettes.tue_secondary = array([[0.25490196, 0.35294118, 0.54901961],        [0.        , 0.41176471, 0.66666667],        [0.31372549, 0.66666667, 0.78431373],        [0.50980392, 0.7254902 , 0.62745098],        [0.49019608, 0.64705882, 0.29411765],        [0.19607843, 0.43137255, 0.11764706],        [0.78431373, 0.31372549, 0.23529412],        [0.68627451, 0.43137255, 0.58823529],        [0.70588235, 0.62745098, 0.58823529],        [0.84313725, 0.70588235, 0.41176471],        [0.82352941, 0.58823529, 0.        ],        [0.56862745, 0.41176471, 0.2745098 ]])#

Secondary corporate colors of the University of Tübingen.