Return the figure height in inches.
(self)
| 3198 | return self.bbox_inches.width |
| 3199 | |
| 3200 | def get_figheight(self): |
| 3201 | """Return the figure height in inches.""" |
| 3202 | return self.bbox_inches.height |
| 3203 | |
| 3204 | def get_dpi(self): |
| 3205 | """Return the resolution in dots per inch as a float.""" |
no outgoing calls