Since the image based plot marks only supports some colors (since there has to be a unique image for each color) the following sections shows for each major image plot mark what colors are available. The image shows the natural size of the plot mark, i.e. the scale factor is =1. Only the round balls ar available natively in three different sizes. Even though it is possible to scale up all the images arbitrarily it will cause the images to become pixelated.
To use one of the built in image plot mark two parameters has to be given to the
SetType()
method. The basic class of plot mark and the wanted color.
For example to use a green square as plot marks the following line would have to be
added
1 2 3 | $lineplot->mark->SetType(MARK_IMG_SQUARE,'green'); |
If a non-supported color is specified an error will be thrown.