I am currently working my way through one error to another. What I want to create:
So in essence a table with color coded cells that gradually fade from red to yellow to dark green. Ideally, in each row the highest value should be red while the lowest value is dark green.
As I was searching for answers I found out that the pgfplot packages is very useful but I am overwhelmed with the amount of code/syntax I do not understand. I found this: https://tex.stackexchange.com/a/338937/274228 and was already struggling to change the color range to what I want (green -> yellow -> red).
Thanks for any help in advance. If I have to provide more details, please let me know. The use of pgfplots is not mandatory but after pursuing an approach like https://tikz.net/heatmap/ (because of the readability) I figured this lacks needed options for customization. Some comments in the code about what does what would be also highly appreciated!
