MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / get_height_ratios

Method get_height_ratios

lib/matplotlib/gridspec.py:137–143  ·  view source on GitHub ↗

Return the height ratios. This is *None* if no height ratios have been set explicitly.

(self)

Source from the content-addressed store, hash-verified

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 """

Callers 3

make_layoutgrids_gsFunction · 0.80

Calls

no outgoing calls

Tested by 1