| · | "#" will be interpreted as an escape character, and various options will be selected by the character following the "#":
| · | #x, #y, #z and #t will print the value of the spatial coordinates or time of the data point;
|
| · | #1 through #9 will print the value of the corresponding element of the plot function list;
|
| · | #b will write a taB character;
|
| · | #r will cause the remainder of the format string to be repeated for each plot function in the plot list;
|
| · | #i inside a repeated string will print the value of the current element of the plot function list.
|
|
|