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

Method is_last_row

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

Source from the content-addressed store, hash-verified

647 return self.rowspan.start == 0
648
649 def is_last_row(self):
650 return self.rowspan.stop == self.get_gridspec().nrows
651
652 def is_first_col(self):
653 return self.colspan.start == 0

Callers 4

autofmt_xdateMethod · 0.80
_label_outer_xaxisMethod · 0.80
arranging_axes.pyFile · 0.80

Calls 1

get_gridspecMethod · 0.95

Tested by

no test coverage detected