Table of Contents
Plot marks can be added to almost all linear (cartesian) graph types. They are used to
emphasise the actual data points in the graph. The plot mark property is available as the
instance variable "$mark
" for the plot types that support plot marks.
To embellishment a line plot with one of the built-in basic plot marks, say a a red diamond mark, at each data point the following line has to be added to the graph script
1 2 3 4 | $lineplot->mark->SetType(MARK_DIAMOND); $lineplot->mark->SetFillColor('red'); |
The rest of the basic plot marks are handled analogues.
Table E.1. Built in line based plot marks
Displayed plot mark | Symbolic name |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|