Reposition and resize the y component of the coordinate axis.
Make sure that offrame_showaxes is configured to display this axis.
This applies to the current active ReferenceFrame.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in), | dimension(3) | :: | pos |
Position array of the origin of the y-axis component. |
|
| real(kind=real64), | intent(in) | :: | length |
Length of the y-axis arrow. |
||
| real(kind=real64), | intent(in) | :: | headratio |
Ratio of the arrow head to body. Set to 0.0 to use default. |
||
| real(kind=real64), | intent(in) | :: | bodyradius |
Radius of the body of the arrow. Set to 0.0 to use default. |
||
| real(kind=real64), | intent(in) | :: | headradius |
Radius of the head of the arrow. Set to 0.0 to use default. |