Color by Value
s.plt.indicator(
data=[{
'align': 'center',
'title': 'Positive case',
'value': 10,
}, {
'align': 'center',
'title': 'Negative case',
'value': -10,
}, {
'align': 'center',
'title': 'Neutral case',
'value': 0,
}],
order=0,
color_by_value=True
)
Last updated
Was this helpful?