wireframe Subroutine

public subroutine wireframe(x, y, z, lineColor)

Plot a 3d wireframe

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

character, intent(in), optional :: lineColor

Color of contour lines


Calls

proc~~wireframe~~CallsGraph proc~wireframe wireframe plot3d plot3d proc~wireframe->plot3d

Contents

None