xyzlim Subroutine

public subroutine xyzlim(xb, yb, zb, altitude, azimuth, zoom)

Set the limits for a 3d plot

Arguments

TypeIntentOptionalAttributesName
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)


Calls

proc~~xyzlim~~CallsGraph proc~xyzlim xyzlim plw3d plw3d proc~xyzlim->plw3d plwind plwind proc~xyzlim->plwind

Called by

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

Contents

None