Plot vectors
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=wp), | intent(in), | dimension(:) | :: | x | x-positions of vectors |
|
| real(kind=wp), | intent(in), | dimension(:) | :: | y | y-positions of vectors |
|
| real(kind=wp), | intent(in), | dimension(:, :) | :: | u | u-components of vectors |
|
| real(kind=wp), | intent(in), | dimension(:, :) | :: | v | v-components of vectors |
|
| real(kind=wp), | intent(in), | optional | dimension(:, :) | :: | s | Scale of vectors |
| real(kind=wp), | intent(in), | optional | dimension(:, :) | :: | c | Color values for vectors |
| real(kind=wp), | intent(in), | optional | :: | scaling | Scaling of vectors < 0 = Automatic, then scaled 0 = Automatic
|
|
| character, | intent(in), | optional | :: | lineColor | Color of vectors |
|
| character, | intent(in), | optional | :: | lineStyle | Style of vectors' lines |
|
| real(kind=wp), | optional | :: | lineWidth | Width of vectors' lines |