contour_filled Subroutine

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

Add a filled contour plot with color levels to the global figure

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