I would like to visualise 2D grid data. So I have a 2D matrix with some columns and rows. Each cell has its own value as a float number. The result I want to get when I plot the grid data should look like this;
There seems to be a solution to this problem in this link: 2D grid data visualization in Python
However, it seems to use an outdated library from matplotlib. Could you please help?