Plot contour lines
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=wp), | intent(in), | dimension(:) | :: | x | x-coordinates of data |
|
| real(kind=wp), | intent(in), | dimension(:) | :: | y | y-coordinates of data |
|
| real(kind=wp), | intent(in), | dimension(:, :) | :: | z | Data for contouring |
|
| integer, | intent(in), | optional | :: | N | Number of levels to use in contour |
|
| character, | intent(in), | optional | :: | lineColor | Color of contour lines |
|
| character, | intent(in), | optional | :: | lineStyle | Style of contour lines |
|
| real(kind=wp), | optional | :: | lineWidth | Width of contour lines |