MCPcopy 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
107def register_projection(cls):
108 projection_registry.register(cls)
109
110
111def get_projection_class(projection=None):

Callers 4

test_skew.pyFile · 0.90
skewt.pyFile · 0.90
radar_factoryFunction · 0.90

Calls 1

registerMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…