register_legend_entry_helper Subroutine

public subroutine register_legend_entry_helper(legend_entry_indices, legend_entry_has_autopct, legend_entry_labels, legend_entry_count, legend_autopct_cursor, line_idx, label, has_autopct)

Register a legend entry for processing

Arguments

Type IntentOptional Attributes Name
integer, intent(inout), allocatable :: legend_entry_indices(:)
logical, intent(inout), allocatable :: legend_entry_has_autopct(:)
character(len=64), intent(inout), allocatable :: legend_entry_labels(:)
integer, intent(inout) :: legend_entry_count
integer, intent(inout) :: legend_autopct_cursor
integer, intent(in) :: line_idx
character(len=*), intent(in) :: label
logical, intent(in) :: has_autopct