pie Subroutine

public subroutine pie(values, labels, colors, explode, autopct, startangle)

Create a pie chart

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in) :: values(:)
character(len=*), intent(in), optional :: labels(:)
character(len=*), intent(in), optional :: colors(:)
real(kind=wp), intent(in), optional :: explode(:)
character(len=*), intent(in), optional :: autopct
real(kind=wp), intent(in), optional :: startangle