box Subroutine

public subroutine box(xLabel, yLabel, zLabel, color)

Set x,y and plot labels

Arguments

TypeIntentOptionalAttributesName
character, intent(in) :: xLabel

Label for x-axis

character, intent(in) :: yLabel

Label for x-axis

character, intent(in) :: zLabel

Label for z-axis

character, intent(in), optional :: color

Color of labels


Calls

proc~~box~~CallsGraph proc~box box plbox3 plbox3 proc~box->plbox3

Called by

proc~~box~~CalledByGraph proc~box box proc~dosurface doSurface proc~dosurface->proc~box program~examples examples program~examples->proc~dosurface

Contents

None