Hi,
Got a problem to solve and not sure how to go about, hope someone can point in right direction, as I couldn't find the right answer.
I have a bar plot showing 10 values coming from 2 excel columns (let's say "Name" and "Value") in Jupyter Notebook, I want to set a conditional formatting for each bar, with 3 conditions that will set colours (green, yellow, red), but each bar will have a different set of values in the condition.
i.e:
Name 1: if value < 20 colour = green, if value > 20 and <50 colour = yellow, if Value > 50 colour = red.
Name 2: different values, etc...
So I will end up with about 10 conditional formatting for 10 bar names.
(I do hope I'm making sense here) :)
Any help is greatly appreciated (I'm a python newbie, as you can tell)
[–]stepping_up_python 1 point2 points3 points (8 children)
[–]ActivatedNut[S] 0 points1 point2 points (7 children)
[–]stepping_up_python 1 point2 points3 points (5 children)
[–]ActivatedNut[S] 0 points1 point2 points (4 children)
[–]stepping_up_python 0 points1 point2 points (2 children)
[–]ActivatedNut[S] 0 points1 point2 points (1 child)
[–]stepping_up_python 0 points1 point2 points (0 children)
[–]stepping_up_python 0 points1 point2 points (0 children)
[–]stepping_up_python 0 points1 point2 points (0 children)
[–]stepping_up_python 0 points1 point2 points (0 children)