Plot a 3d surface
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 |
|
integer, | intent(in), | optional | :: | N | Number of levels to use in surface colors |
|
character, | intent(in), | optional | :: | lineStyle | Style for xy lines ( '-' = on, '' = off ) |