only_pie_plots Function

public function only_pie_plots(plots, plot_count) result(all_pie)

Check if every plot in the collection is a pie chart

Arguments

Type IntentOptional Attributes Name
type(plot_data_t), intent(in) :: plots(:)
integer, intent(in) :: plot_count

Return Value logical