Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
frozen
Method · 0.95
__array__
Method · 0.95
x0
Method · 0.95
y0
Method · 0.95
x1
Method · 0.95
y1
Method · 0.95
p0
Method · 0.95
p1
Method · 0.95
xmin
Method · 0.95
ymin
Method · 0.95
xmax
Method · 0.95
ymax
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected