legend Subroutine

public subroutine legend(corner, series, lineWidths, markScales, markCounts, ncol)

Create legend for plot data

FIXME: Text sizing should be modifiable

Arguments

TypeIntentOptionalAttributesName
character, intent(in) :: corner

Corner for legend

character, intent(in), dimension(:, :):: series

Data series in rows [name,textColor,lineStyle,lineColor,markStyle,markColor,boxColor]

real(kind=wp), intent(in), optional dimension(:):: lineWidths

Line widths for the plots

real(kind=wp), intent(in), optional dimension(:):: markScales

Marker sizes for the plots

integer, intent(in), optional dimension(:):: markCounts

Marker counts for the plots

integer, intent(in), optional :: ncol

Number of columns


Calls

proc~~legend~~CallsGraph proc~legend legend pllegend pllegend proc~legend->pllegend

Called by

proc~~legend~~CalledByGraph proc~legend legend proc~dolegend doLegend proc~dolegend->proc~legend program~examples examples program~examples->proc~dolegend

Contents

None