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

Method data2grid

site-packages/matplotlib/streamplot.py:278–279  ·  view source on GitHub ↗
(self, xd, yd)

Source from the content-addressed store, hash-verified

276 return xm * self.x_mask2grid, ym * self.y_mask2grid
277
278 def data2grid(self, xd, yd):
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

Callers 2

streamplotFunction · 0.95
get_integratorFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected