In my notebook, I plot a heatmap where each cell corresponds to each day of the year from 1990 to 2022. I want to fill the cell color using a variable called wb_color
, which contains a color name or hexcode.
I have tried using d => d['wb_color']
and wb_color
for the fill
property but neither of these work. What notation should I use to map out the variable colors to the cell color?