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

Method set_horizontal

lib/mpl_toolkits/axes_grid1/axes_divider.py:107–114  ·  view source on GitHub ↗

Parameters ---------- h : list of :mod:`~mpl_toolkits.axes_grid1.axes_size` sizes for horizontal division

(self, h)

Source from the content-addressed store, hash-verified

105 return None
106
107 def set_horizontal(self, h):
108 """
109 Parameters
110 ----------
111 h : list of :mod:`~mpl_toolkits.axes_grid1.axes_size`
112 sizes for horizontal division
113 """
114 self._horizontal = h
115
116 def get_horizontal(self):
117 """Return horizontal sizes."""

Callers 4

make_rgb_axesFunction · 0.80
_init_locatorsMethod · 0.80
_init_locatorsMethod · 0.80
demo_locatable_axes_hardFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected