PlotString
Plots a text string on the image.
PlotString Inputs
| Parameter | Description | ||||
| Image |
Reference to a cell containing an Image structure. Default = $A$0. |
||||
|
String |
Specifies the text string to be plotted. |
||||
|
Point |
Specifies the image coordinates of the string to be plotted.
|
||||
|
Color |
Specifies the color of the plotted graphic. (Default: 0x32cd32, LimeGreen; Max: 0xffffff) |
||||
|
Show |
Specifies the display mode for the graphic overlay on the image.
|
PlotString Outputs
|
Returns |
A Plot data structure containing the graphic. |