MCPcopy
hub / github.com/matplotlib/matplotlib / get_points

Method get_points

lib/matplotlib/transforms.py:377–378  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

375 return self.get_points().flatten() # flatten returns a copy.
376
377 def get_points(self):
378 raise NotImplementedError
379
380 def _is_finite(self):
381 """

Callers 15

frozenMethod · 0.95
__array__Method · 0.95
x0Method · 0.95
y0Method · 0.95
x1Method · 0.95
y1Method · 0.95
p0Method · 0.95
p1Method · 0.95
xminMethod · 0.95
yminMethod · 0.95
xmaxMethod · 0.95
ymaxMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected