Return the height ratios. This is *None* if no height ratios have been set explicitly.
(self)
| 135 | self._row_height_ratios = height_ratios |
| 136 | |
| 137 | def get_height_ratios(self): |
| 138 | """ |
| 139 | Return the height ratios. |
| 140 | |
| 141 | This is *None* if no height ratios have been set explicitly. |
| 142 | """ |
| 143 | return self._row_height_ratios |
| 144 | |
| 145 | def get_grid_positions(self, fig): |
| 146 | """ |
no outgoing calls