Add an extra column color to the DataFrame that copies intensity
Set the color to 0 when overdrive==True
Manually add more color values around green, yellow and red to increase their relative share of the continuous color spectrum. Otherwise low numbers would also look like black. With this change a 1 looks more LaCie a dark green.
This is not a perfect solution but imo it’s good enough. I couldn’t manage to find a way for doing this better. It seems like not many people have a problem like me.
Closes #19
Changes made by this Pull Request
color
to the DataFrame that copiesintensity
color
to0
whenoverdrive==True
This is not a perfect solution but imo it’s good enough. I couldn’t manage to find a way for doing this better. It seems like not many people have a problem like me.