MCPcopy Index your code
hub / github.com/plotly/plotly.py / f

Method f

plotly/figure_factory/_streamline.py:204–208  ·  view source on GitHub ↗
(xi, yi)

Source from the content-addressed store, hash-verified

202 """
203
204 def f(xi, yi):
205 dt_ds = 1.0 / self.value_at(self.speed, xi, yi)
206 ui = self.value_at(self.u, xi, yi)
207 vi = self.value_at(self.v, xi, yi)
208 return ui * dt_ds, vi * dt_ds
209
210 def g(xi, yi):
211 dt_ds = 1.0 / self.value_at(self.speed, xi, yi)

Callers 4

BeFunction · 0.45
leFunction · 0.45
oFunction · 0.45
OeFunction · 0.45

Calls 1

value_atMethod · 0.95

Tested by

no test coverage detected