contour Subroutine

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

Add a contour plot to the global figure (pyplot-style)

Arguments

Type IntentOptional Attributes Name
real(kind=8), intent(in), dimension(:) :: x
real(kind=8), intent(in), dimension(:) :: y
real(kind=8), intent(in), dimension(:,:) :: z
real(kind=8), intent(in), optional, dimension(:) :: levels
character(len=*), intent(in), optional :: label