Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ColdGrub1384/Pyto
/ mask2grid
Method
mask2grid
site-packages/matplotlib/streamplot.py:275–276 ·
view source on GitHub ↗
(self, xm, ym)
Source
from the content-addressed store, hash-verified
273
int((yi * self.y_grid2mask) + 0.5))
274
275
def
mask2grid(self, xm, ym):
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
Callers
1
streamplot
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected