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

Function backward_time

site-packages/matplotlib/streamplot.py:430–432  ·  view source on GitHub ↗
(xi, yi)

Source from the content-addressed store, hash-verified

428 return ui * dt_ds, vi * dt_ds
429
430 def backward_time(xi, yi):
431 dxi, dyi = forward_time(xi, yi)
432 return -dxi, -dyi
433
434 def integrate(x0, y0):
435 """Return x, y grid-coordinates of trajectory based on starting point.

Callers

nothing calls this directly

Calls 1

forward_timeFunction · 0.85

Tested by

no test coverage detected