Return an instance of a `.GraphicsContextBase`.
(self)
| 625 | return self._texmanager |
| 626 | |
| 627 | def new_gc(self): |
| 628 | """Return an instance of a `.GraphicsContextBase`.""" |
| 629 | return GraphicsContextBase() |
| 630 | |
| 631 | def points_to_pixels(self, points): |
| 632 | """ |