Hello,
I am using matrix_plot to display my 2 dimensional array of data. Is there a way to change the tick mark values? Right now they are set to the index values of the matrix.
Also see this example from Matlab Stackoverflow
I was already trying to overload matplotlib keyword extent Example:
matrix_plot(mat, extent=[horLeft, horRight, verTop, verBottom])