My request is perhaps a bit complicated but I try.
I'm writing a program that simulates the behavior of an avalanche through a cellular automaton. It is simulated by a matrix whose cells are hexagonal.
the problem I'm trying to solve is the following: I would like to have a graphical representation of these hexagons but I can not find any other way except through hexbin, but being a histogram it does not help me much. Is there a way to represent this matrix with hexagons?
Thank u all