contour_filled Subroutine

public subroutine contour_filled(x, y, z, nx, ny, levels, nlevels, colormap)

Python-accessible filled contour function

Arguments

Type IntentOptional 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