(self)
| 1229 | print_eps = functools.partialmethod(_print_ps, "eps") |
| 1230 | |
| 1231 | def draw(self): |
| 1232 | self.figure.draw_without_rendering() |
| 1233 | return super().draw() |
| 1234 | |
| 1235 | |
| 1236 | def _convert_psfrags(tmppath, psfrags, paper_width, paper_height, orientation): |
no test coverage detected