I'm building a program in C# that calculates the spread of heat in a surface. I performed all the physical mathematical calculation and got the results in matrixes. (DataTable, which i added a functionallity to convert to float[,]).
I want to present this heat expansion in a graphical way as heat image like so:
I'm not looking for the most efficient way, I'm just looking for the simplest quickest way.