Plot filled contours
| 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 |