contains_pie_plot Function

public function contains_pie_plot(plots, plot_count) result(has_pie)

Detect whether a collection of plots contains at least one pie chart

Arguments

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

Return Value logical