MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / reset_start_point

Method reset_start_point

lib/matplotlib/streamplot.py:355–357  ·  view source on GitHub ↗
(self, xg, yg)

Source from the content-addressed store, hash-verified

353 self.mask._start_trajectory(xm, ym, broken_streamlines)
354
355 def reset_start_point(self, xg, yg):
356 xm, ym = self.grid2mask(xg, yg)
357 self.mask._current_xy = (xm, ym)
358
359 def update_trajectory(self, xg, yg, broken_streamlines=True):
360 if not self.grid.within_grid(xg, yg):

Callers 1

integrateFunction · 0.80

Calls 1

grid2maskMethod · 0.95

Tested by

no test coverage detected