You are reading an old version of the documentation (v3.1.0). For the latest version see https://matplotlib.org/stable/api/_as_gen/matplotlib.artist.Artist.is_transform_set.html
Version 3.1.0
matplotlib
Fork me on GitHub

matplotlib.artist.Artist.is_transform_set

Artist.is_transform_set(self)[source]

Return whether the Artist has an explicitly set transform.

This is True after set_transform has been called.