ofcoordaxes_create Subroutine

public subroutine ofcoordaxes_create(name)

Create a new CoordinateAxes with the given name.

This new CoordinateAxes will also become the current active one.

Note

A CoordinateAxis is a ReferenceFrame that draws x/y/z axes at its origin, and allows for variably spaced major and minor tick marks.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: name

Name of the coordinate axes to create.