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

Method get_subplot_params

lib/matplotlib/gridspec.py:81–83  ·  view source on GitHub ↗
(self, figure=None)

Source from the content-addressed store, hash-verified

79 return self._nrows, self._ncols
80
81 def get_subplot_params(self, figure=None):
82 # Must be implemented in subclasses
83 pass
84
85 def new_subplotspec(self, loc, rowspan=1, colspan=1):
86 """

Callers 1

get_grid_positionsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected