Return the figure width in inches.
(self)
| 3194 | return np.array(self.bbox_inches.p1) |
| 3195 | |
| 3196 | def get_figwidth(self): |
| 3197 | """Return the figure width in inches.""" |
| 3198 | return self.bbox_inches.width |
| 3199 | |
| 3200 | def get_figheight(self): |
| 3201 | """Return the figure height in inches.""" |
no outgoing calls