@@ -48,12 +48,20 @@ you find the options for TagPlot below. The data type is in curled braces and th
- ProjectID {mustBeText}= ''
- Fontsize {mustBeInteger} = 8
- Color {mustBeNonnegative} = 0.65*[1 1 1]
- Location {mustBeText} = 'east'
- Position {mustBeVector} = [1,0.4]
- Rotation {mustBeInteger} = 0
- DistanceToAxis {mustBeReal} = .02
- Rotation {mustBeInteger} = 0
- PinToLegend {mustBeNumericOrLogical} = false
- QRcode {mustBeNumericOrLogical} = false
- QRsize {mustBeNonnegative} = 0.15
`options.ProjectID` is the project number (string or char), if empty the ID from the config file is used
The ID is placed on the 'east' of the figure per default, if you want it somwhere else, use the `'Location'` option. 'north', 'east', 'south', 'west' are predefined, otherwise use the `'custom'` option and provide the desired 'Position' as a vector relative to your x- and y-axis limits `[relX, relY]` .
`options.PinToLegend` pins the ID to the figure's legend. If no legend was defined, plotID will create one.