streamplot Subroutine

public subroutine streamplot(x, y, u, v, density, linewidth_scale, arrow_scale, colormap, label)

Add a streamplot to the global figure (pyplot-style) Creates streamlines from a vector field

Arguments

Type IntentOptional Attributes Name
real(kind=8), intent(in), dimension(:) :: x
real(kind=8), intent(in), dimension(:) :: y
real(kind=8), intent(in), dimension(:,:) :: u
real(kind=8), intent(in), dimension(:,:) :: v
real(kind=8), intent(in), optional :: density
real(kind=8), intent(in), optional :: linewidth_scale
real(kind=8), intent(in), optional :: arrow_scale
character(len=*), intent(in), optional :: colormap
character(len=*), intent(in), optional :: label