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

Method get_width_ratios

lib/matplotlib/gridspec.py:115–121  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

113 self._col_width_ratios = width_ratios
114
115 def get_width_ratios(self):
116 """
117 Return the width ratios.
118
119 This is *None* if no width ratios have been set explicitly.
120 """
121 return self._col_width_ratios
122
123 def set_height_ratios(self, height_ratios):
124 """

Callers 3

make_layoutgrids_gsFunction · 0.80

Calls

no outgoing calls

Tested by 1