*HeadType()

Specifies the drawing style of the vector plot.

Syntax

*HeadType (type)

Application

HyperView

Inputs

type
The drawing style of the vectors ("Head2D" or "None").

Context

*BeginVector()

Example

*BeginVector()
   *HeadType("Head2D/None")
*EndVector()

Comments

A *HeadType() command may be placed inside a *BeginVector() block to capture the drawing style of the vector plot.