Alphabetical list Categories
qat Specify location for future text
Help text:

qat(x,y) specifies that future text will be placed at data location (x,y)
qat(x,y, phi) specifies that the text will be rotated by phi radians
qat(x,y, dx,dy) specifies that the text will be rotated s.t. the baseline points in the data direction (dx,dy).
qat without arguments reverts to absolute placement relative to topleft.
Either x or y may also be nan (or '-') to have absolute placement in one dimension

Example:

qfigure('qat', 3, 3)

qplot([0 1 2 3 4], [0 1 4 2 5]);

qalign top left

qat(1, 1);

qtext(3, 3, 'one');

qat(2, 4, -pi/4);

qtext(3, 3, 'two');

qat right bottom A

qat(3, 2, (4-3), (5-2));

qtext(3, 3, 'three');

qat A

qtext(3, 3, 'four');

QPlot Documentation — (C) Daniel Wagenaar, 2014–2019