matplotlib.artist.Artist.is_transform_set#
- Artist.is_transform_set()[source]#
Return whether the Artist has an explicitly set transform.
This is True after
set_transform
has been called.
Return whether the Artist has an explicitly set transform.
This is True after set_transform
has been called.