Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ register_projection
Function
register_projection
lib/matplotlib/projections/__init__.py:107–108 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
105
106
107
def
register_projection(cls):
108
projection_registry.register(cls)
109
110
111
def
get_projection_class(projection=None):
Callers
4
test_skew.py
File · 0.90
skewt.py
File · 0.90
radar_factory
Function · 0.90
custom_projection.py
File · 0.90
Calls
1
register
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…