Plot a 3d wireframe
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
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 |