title Subroutine

public subroutine title(label, color)

Set plot title

Arguments

TypeIntentOptionalAttributesName
character, intent(in) :: label

Label for plot

character, intent(in), optional :: color

Color of labels


Calls

proc~~title~~CallsGraph proc~title title plmtex plmtex proc~title->plmtex

Called by

proc~~title~~CalledByGraph proc~title title proc~doplot doPlot proc~doplot->proc~title program~examples examples program~examples->proc~doplot

Contents

None