MCPcopy
hub / github.com/matplotlib/matplotlib / get_gridspec

Method get_gridspec

lib/matplotlib/gridspec.py:617–618  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

615 self._num2 = value
616
617 def get_gridspec(self):
618 return self._gridspec
619
620 def get_geometry(self):
621 """

Callers 15

__repr__Method · 0.95
get_geometryMethod · 0.95
rowspanMethod · 0.95
colspanMethod · 0.95
is_last_rowMethod · 0.95
is_last_colMethod · 0.95
get_positionMethod · 0.95
make_layoutgridsFunction · 0.45
make_layoutgrids_gsFunction · 0.45
check_no_collapsed_axesFunction · 0.45
compress_fixed_aspectFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected