MCPcopy 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_xyzMethod · 0.45
_broadcast_color_argMethod · 0.45
__init__Method · 0.45
_value_and_jac_angleFunction · 0.45
addMethod · 0.45
set_radiiMethod · 0.45
interpgridFunction · 0.45
set_arrayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected