streamplot.py File Reference
Go to the source code of this file.
Classes | |
| class | streamplot.StreamplotSet | 
| class | streamplot.DomainMap | 
| class | streamplot.Grid | 
| class | streamplot.StreamMask | 
| class | streamplot.InvalidIndexError | 
| class | streamplot.TerminateTrajectory | 
Namespaces | |
| namespace | streamplot | 
Functions | |
| def | streamplot.streamplot (axes, x, y, u, v, density=1, linewidth=None, color=None, cmap=None, norm=None, arrowsize=1, arrowstyle='-|>', minlength=0.1, maxlength=4.0, transform=None, zorder=2, start_points=None, integration_direction='both') | 
| def | streamplot.get_integrator (u, v, dmap, minlength, maxlength, integration_direction) | 
| def | streamplot._integrate_rk12 (x0, y0, dmap, f, maxlength) | 
| def | streamplot._euler_step (xf_traj, yf_traj, dmap, f) | 
| def | streamplot.interpgrid (a, xi, yi) | 
| def | streamplot._gen_starting_points (shape) | 
Variables | |
| list | streamplot.__all__ = ['streamplot'] | 
 1.9.4