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

Function backward_time

lib/matplotlib/streamplot.py:513–515  ·  view source on GitHub ↗
(xi, yi)

Source from the content-addressed store, hash-verified

511 return ui * dt_ds, vi * dt_ds
512
513 def backward_time(xi, yi):
514 dxi, dyi = forward_time(xi, yi)
515 return -dxi, -dyi
516
517 def integrate(x0, y0, broken_streamlines=True, integration_max_step_scale=1.0,
518 integration_max_error_scale=1.0):

Callers

nothing calls this directly

Calls 1

forward_timeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…