MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / get_points

Method get_points

site-packages/matplotlib/transforms.py:439–440  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

437 return self.get_points().flatten().copy()
438
439 def get_points(self):
440 raise NotImplementedError
441
442 def containsx(self, x):
443 """

Callers 15

frozenMethod · 0.95
__array__Method · 0.95
is_unitMethod · 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

Calls

no outgoing calls

Tested by

no test coverage detected