Return the resolution in dots per inch as a float.
(self)
| 3202 | return self.bbox_inches.height |
| 3203 | |
| 3204 | def get_dpi(self): |
| 3205 | """Return the resolution in dots per inch as a float.""" |
| 3206 | return self.dpi |
| 3207 | |
| 3208 | def set_dpi(self, val): |
| 3209 | """ |
no outgoing calls