add_fill_between_plot_data Subroutine

public subroutine add_fill_between_plot_data(plots, plot_count, max_plots, x, upper, lower, mask, color, alpha)

Store a fill_between polygon for rendering

Arguments

Type IntentOptional Attributes Name
type(plot_data_t), intent(inout) :: plots(:)
integer, intent(inout) :: plot_count
integer, intent(in) :: max_plots
real(kind=wp), intent(in) :: x(:)
real(kind=wp), intent(in) :: upper(:)
real(kind=wp), intent(in) :: lower(:)
logical, intent(in), optional :: mask(:)
real(kind=wp), intent(in) :: color(3)
real(kind=wp), intent(in), optional :: alpha