contour Subroutine

public subroutine contour(x, y, z, levels, cmap, label, colormap)

Draw contour lines (matplotlib-compatible)

cmap selects the colormap name. colormap is a deprecated alias kept for backward compatibility.

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in), contiguous :: x(:)
real(kind=wp), intent(in), contiguous :: y(:)
real(kind=wp), intent(in), contiguous :: z(:,:)
real(kind=wp), intent(in), optional :: levels(:)
character(len=*), intent(in), optional :: cmap
character(len=*), intent(in), optional :: label
character(len=*), intent(in), optional :: colormap