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

Method _undo_trajectory

lib/matplotlib/streamplot.py:458–461  ·  view source on GitHub ↗

Remove current trajectory from mask

(self)

Source from the content-addressed store, hash-verified

456 self._update_trajectory(xm, ym, broken_streamlines)
457
458 def _undo_trajectory(self):
459 """Remove current trajectory from mask"""
460 for t in self._traj:
461 self._mask[t] = 0
462
463 def _update_trajectory(self, xm, ym, broken_streamlines=True):
464 """

Callers 1

undo_trajectoryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected