Python-accessible filled contour function
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=wp), | intent(in), | dimension(nx) | :: | x | ||
real(kind=wp), | intent(in), | dimension(ny) | :: | y | ||
real(kind=wp), | intent(in), | dimension(nx, ny) | :: | z | ||
integer, | intent(in) | :: | nx | |||
integer, | intent(in) | :: | ny | |||
real(kind=wp), | intent(in), | optional, | dimension(:) | :: | levels | |
integer, | intent(in), | optional | :: | nlevels | ||
character(len=*), | intent(in), | optional | :: | colormap |