Searched refs:integration_direction (Results 1 – 7 of 7) sorted by relevance
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/ |
H A D | streamplot.py | 22 maxlength=4.0, integration_direction='both'): argument 106 integration_direction=integration_direction) 108 if integration_direction == 'both': 142 integration_direction) 431 def get_integrator(u, v, dmap, minlength, maxlength, integration_direction): argument 474 if integration_direction in ['both', 'backward']: 480 if integration_direction in ['both', 'forward']:
|
H A D | pyplot.py | 3156 integration_direction='both', *, data=None): argument 3163 integration_direction=integration_direction,
|
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/ |
H A D | streamplot.py | 26 maxlength=4.0, integration_direction='both'): argument 103 if integration_direction not in ['both', 'forward', 'backward']: 106 integration_direction) 109 if integration_direction == 'both': 143 integration_direction) 415 def get_integrator(u, v, dmap, minlength, maxlength, integration_direction): argument 455 if integration_direction in ['both', 'backward']: 461 if integration_direction in ['both', 'forward']:
|
H A D | pyplot.py | 3613 integration_direction='both', hold=None, data=None): argument 3631 integration_direction=integration_direction,
|
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/tests/ |
H A D | test_streamplot.py | 85 plt.streamplot(x, y, U, V, integration_direction='backward',
|
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/tests/ |
H A D | test_streamplot.py | 101 plt.streamplot(x, y, U, V, integration_direction='backward',
|
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/axes/ |
H A D | _axes.py | 4906 integration_direction='both'): argument 4923 integration_direction=integration_direction)
|