add_subplot_plot Subroutine

public subroutine add_subplot_plot(subplots_array, subplot_rows, subplot_cols, row, col, x, y, label, linestyle, color, default_colors, max_colors)

Add a plot to a specific subplot

Arguments

Type IntentOptional Attributes Name
type(subplot_data_t), intent(inout) :: subplots_array(:,:)
integer, intent(in) :: subplot_rows
integer, intent(in) :: subplot_cols
integer, intent(in) :: row
integer, intent(in) :: col
real(kind=wp), intent(in) :: x(:)
real(kind=wp), intent(in) :: y(:)
character(len=*), intent(in), optional :: label
character(len=*), intent(in), optional :: linestyle
real(kind=wp), intent(in), optional :: color(3)
real(kind=wp), intent(in) :: default_colors(:,:)
integer, intent(in) :: max_colors