Set the limits for a 3d plot
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=wp), | intent(in), | dimension(2) | :: | xb | x-range of plot |
|
real(kind=wp), | intent(in), | dimension(2) | :: | yb | y-range of plot |
|
real(kind=wp), | intent(in), | dimension(2) | :: | zb | z-range of plot |
|
real(kind=wp), | intent(in), | optional | :: | altitude | Altitude angle of plot in degrees |
|
real(kind=wp), | intent(in), | optional | :: | azimuth | Azimuth angle of plot in degrees |
|
real(kind=wp), | intent(in), | optional | :: | zoom | Zoom ratio (default 1.0) |