txt

  'txt' <set>|<node> ['n'|&'v'|&'e'|&'t'|&'f'|&'i'|&'s'] ->
        [<x> <y>] [<"text">]
Creates node-attached texts (showing node-number, value and eventually an user defined text, see figure 8) in the drawing area. The optional dx,dy values define an offset (normalized coordinates) to the actual node position on the screen where the origin is in the lower left corner:

txt nodset 0.1 0.2

The texts are attached to the related nodes if no offset is specified;

txt nodset

or to a single node:

txt nodenr

The texts comprise of a node-nr and the value and an user defined text. The user defined text must be given in quotation marks:

txt nodenr “hello wold”

The node-nr can be deselected by providing the key 'n', the value can be deselected with key 'v' and the text with key 't'. The exponential format of the value can be selected with 'e', float with 'f' and integer with 'i':

txt nodset fn

deselects the node-nr and selects the float format for the value.

txt nodset n 0.1 0.5

deselects the node-nr and places the value at a certain position. Per default the user defined text is placed at the trailing position. The key 's' shifts it to the front. The texts are generated but not displayed. The commands ”plot” and ”plus” can be used for that purpose. The texts can be deleted with ”del”. See also ”qtxt” for the interactive command.