mpl.figure.Affine2D.set_matrix

Affine2D.set_matrix(mtx)[source]

Set the underlying transformation matrix from a 3x3 numpy array:

a c e
b d f
0 0 1

.