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

Method is_first_col

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

Source from the content-addressed store, hash-verified

650 return self.rowspan.stop == self.get_gridspec().nrows
651
652 def is_first_col(self):
653 return self.colspan.start == 0
654
655 def is_last_col(self):
656 return self.colspan.stop == self.get_gridspec().ncols

Callers 2

_label_outer_yaxisMethod · 0.80
arranging_axes.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected