surface Subroutine

public subroutine surface(x, y, z, N, lineStyle)

Plot a 3d surface

Arguments

TypeIntentOptionalAttributesName
real(kind=wp), intent(in), dimension(:):: x

x-coordinates of data

real(kind=wp), intent(in), dimension(:):: y

y-coordinates of data

real(kind=wp), intent(in), dimension(:, :):: z

Data for contouring

integer, intent(in), optional :: N

Number of levels to use in surface colors

character, intent(in), optional :: lineStyle

Style for xy lines ( '-' = on, '' = off )


Calls

proc~~surface~~CallsGraph proc~surface surface plsurf3d plsurf3d proc~surface->plsurf3d proc~linspace linspace proc~surface->proc~linspace

Called by

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

Contents

None