pdstools.utils.pega_template¶
Attributes¶
Module Contents¶
- colorway = ['#001F5F', '#10A5AC', '#F76923', '#661D34', '#86CAC6', '#005154', '#86CAC6', '#5F67B9',...¶
- neutral_positive = [(0, '#FFB546'), (0.1, '#FCE880'), (0.6, '#66CB66'), (1, '#27803E')]¶
- negative_positive = [(0, '#FFB546'), (0.1, '#FCE880'), (0.6, '#66CB66'), (1, '#27803E')]¶
- positive_negative = [(0, '#27803E'), (0.01, '#66CB66'), (0.5, '#FCE880'), (0.6, '#FFB546'), (0.8, '#FF853D'), (1, '#DE4342')]¶
- positive_negative = [(0, '#27803E'), (0.01, '#66CB66'), (0.5, '#FCE880'), (0.6, '#FFB546'), (0.8, '#FF853D'), (1, '#DE4342')]¶
- performance = [(0, '#DE4342'), (0.1, '#FFB546'), (0.3, '#66CB66'), (0.6, '#27803E'), (0.9, '#FFB546'), (1, '#0000FF')]¶
- success = [(0, '#DE4342'), (0.2, '#66CB66'), (1, '#27803E')]¶