I have a CSV file that's a grid.
Link to the raw csv file on github
I want to plot this using ggplot so that it will look like this plot.
Where the colours are representing the values in the cells. (The provided csv has other values)
I can't get it to work without using a x and y aesthetic. Maybe it can be fixed with using rownames and colnames, but now the first row and column are used as colnames and rownames. Need to find something to change that as well.
I feel like I'm going nuts. Want to use geom_bin2d() or even stat_density_2d() but couldn't get is to work.