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

Method grid2data

site-packages/matplotlib/streamplot.py:281–282  ·  view source on GitHub ↗
(self, xg, yg)

Source from the content-addressed store, hash-verified

279 return xd * self.x_data2grid, yd * self.y_data2grid
280
281 def grid2data(self, xg, yg):
282 return xg / self.x_data2grid, yg / self.y_data2grid
283
284 def start_trajectory(self, xg, yg):
285 xm, ym = self.grid2mask(xg, yg)

Callers 1

streamplotFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected