core_add_pie Subroutine

public subroutine core_add_pie(plots, state, values, labels, autopct, startangle, colors, explode, plot_count)

Arguments

Type IntentOptional Attributes Name
type(plot_data_t), intent(inout), allocatable :: plots(:)
type(figure_state_t), intent(inout) :: state
real(kind=wp), intent(in) :: values(:)
character(len=*), intent(in), optional :: labels(:)
character(len=*), intent(in), optional :: autopct
real(kind=wp), intent(in), optional :: startangle
character(len=*), intent(in), optional :: colors(:)
real(kind=wp), intent(in), optional :: explode(:)
integer, intent(inout) :: plot_count