Return whether antialiasing is used for drawing.
(self)
| 333 | return transforms.IdentityTransform() |
| 334 | |
| 335 | def get_antialiased(self): |
| 336 | """Return whether antialiasing is used for drawing.""" |
| 337 | return self._antialiased |
| 338 | |
| 339 | def get_edgecolor(self): |
| 340 | """Return the edge color.""" |
no outgoing calls