Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ _gen_axes_patch
Method
_gen_axes_patch
lib/matplotlib/projections/geo.py:136–137 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
134
return
self._yaxis_text2_transform,
'center'
,
'left'
135
136
def
_gen_axes_patch(self):
137
return
Circle((0.5, 0.5), 0.5)
138
139
def
_gen_axes_spines(self):
140
return
{
'geo'
: mspines.Spine.circular_spine(self, (0.5, 0.5), 0.5)}
Callers
nothing calls this directly
Calls
1
Circle
Class · 0.90
Tested by
no test coverage detected