Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ is_last_col
Method
is_last_col
lib/matplotlib/gridspec.py:655–656 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
653
return
self.colspan.start == 0
654
655
def
is_last_col(self):
656
return
self.colspan.stop == self.get_gridspec().ncols
657
658
def
get_position(self, figure):
659
""
"
Callers
2
_label_outer_yaxis
Method · 0.80
arranging_axes.py
File · 0.80
Calls
1
get_gridspec
Method · 0.95
Tested by
no test coverage detected