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

Method set_vertical

lib/mpl_toolkits/axes_grid1/axes_divider.py:120–127  ·  view source on GitHub ↗

Parameters ---------- v : list of :mod:`~mpl_toolkits.axes_grid1.axes_size` sizes for vertical division

(self, v)

Source from the content-addressed store, hash-verified

118 return self._horizontal
119
120 def set_vertical(self, v):
121 """
122 Parameters
123 ----------
124 v : list of :mod:`~mpl_toolkits.axes_grid1.axes_size`
125 sizes for vertical division
126 """
127 self._vertical = v
128
129 def get_vertical(self):
130 """Return vertical 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