My inputs:
can y revert x and y in this matrix?
/** Coordinate system for values (x, y)
[(-1, -1), (-1, 0), (-1, 1)]
[(0, -1), (0, 0), (0, 1)]
[(1, -1), (1, 0), (1, 1)]
*/
draw me the same matrix but it starts from -4 until 4 for x and y
almost, you made a mistake here:
2), ( 1, 3), ( 1, 4)] between 1, 3 there is a bigger gap for some reason?
Still the gap in ( 1, 3) is present, but everything else is correct