Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_xdate
Method · 0.80
_label_outer_xaxis
Method · 0.80
arranging_axes.py
File · 0.80
align_labels_demo.py
File · 0.80
Calls
1
get_gridspec
Method · 0.95
Tested by
no test coverage detected