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

Method _start_trajectory

lib/matplotlib/streamplot.py:453–456  ·  view source on GitHub ↗

Start recording streamline trajectory

(self, xm, ym, broken_streamlines=True)

Source from the content-addressed store, hash-verified

451 return self._mask[args]
452
453 def _start_trajectory(self, xm, ym, broken_streamlines=True):
454 """Start recording streamline trajectory"""
455 self._traj = []
456 self._update_trajectory(xm, ym, broken_streamlines)
457
458 def _undo_trajectory(self):
459 """Remove current trajectory from mask"""

Callers 1

start_trajectoryMethod · 0.80

Calls 1

_update_trajectoryMethod · 0.95

Tested by

no test coverage detected