mpl.text.Affine2D.from_values

static Affine2D.from_values(a, b, c, d, e, f)[source]

(staticmethod) Create a new Affine2D instance from the given values:

a c e
b d f
0 0 1

.