Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ shape
Method
shape
lib/matplotlib/streamplot.py:417–418 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
415
416
@property
417
def
shape(self):
418
return
self.ny, self.nx
419
420
def
within_grid(self, xi, yi):
421
""
"Return whether (*xi*, *yi*) is a valid index of the grid."
""
Callers
9
auto_scale_xyz
Method · 0.45
_broadcast_color_arg
Method · 0.45
__init__
Method · 0.45
_value_and_jac_angle
Function · 0.45
add
Method · 0.45
set_radii
Method · 0.45
interpgrid
Function · 0.45
set_array
Method · 0.45
image_exact_placement.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected