figure_add_pie_operation Subroutine

public subroutine figure_add_pie_operation(plots, state, values, labels, startangle, color_strings, explode, autopct)

Add a pie chart to the figure

Arguments

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