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