Skip to content

rephrase.Marker (+rephrase)

Create a Marker object for rephrase reports

Syntax

output = rephrase.Marker(title, x, y, varargin)

Input arguments

title [ string ]

Title text for the marker.

x [ numeric ]

x axis of the marker

y [ numeric ]

y axis of the marker

Output arguments

output [ Marker ]

Marker type object with the assigned arguements to be passed into the rephrase objects.

Options

zzz=default [ zzz | ___ ]

Description

Description

The function +rephrase/Marker returns the Marker object based on the input arguments and options set by the user. The object itself needs to be passed to the parent rephrase object such as +rephrase/Series.

Examples