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

Method is_first_row

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

Source from the content-addressed store, hash-verified

644 return range(c1, c2 + 1)
645
646 def is_first_row(self):
647 return self.rowspan.start == 0
648
649 def is_last_row(self):
650 return self.rowspan.stop == self.get_gridspec().nrows

Callers 3

_label_outer_xaxisMethod · 0.80
arranging_axes.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected