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

Method shape

site-packages/matplotlib/streamplot.py:339–340  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

337
338 @property
339 def shape(self):
340 return self.ny, self.nx
341
342 def within_grid(self, xi, yi):
343 """Return True if point is a valid index of grid."""

Callers 5

_broadcast_color_argMethod · 0.45
interpgridFunction · 0.45
boxplotMethod · 0.45
scatterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected