pie Subroutine

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

Parameters values - wedge sizes. labels - wedge labels. colors - wedge colors. explode - wedge offsets. autopct - percentage label format. startangle - rotation angle in degrees.

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in), contiguous :: 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