Create legend for plot data
FIXME: Text sizing should be modifiable
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
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 |