ofsegmentartist_create Subroutine

public subroutine ofsegmentartist_create(name)

Create a new SegmentArtist with the given name.

This new SegmentArtist will also become the current active one.

Note

A SegmentArtist is a type of TrajectoryArtist that allows arbitrary Trajectory data to be used for plotting line segments. Since it is a type of Trajectory, a SegmentArtist has all Trajectory functions available to it.

Arguments

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