fill Subroutine

public subroutine fill(x, y, color, alpha)

Fill the area under a curve

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in) :: x(:)
real(kind=wp), intent(in) :: y(:)
character(len=*), intent(in), optional :: color
real(kind=wp), intent(in), optional :: alpha