add_contour_filled Subroutine

public subroutine add_contour_filled(x, y, z, levels, colormap, show_colorbar, label)

Direct interface to figure's add_contour_filled for testing

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 :: colormap
logical, intent(in), optional :: show_colorbar
character(len=*), intent(in), optional :: label