Alphabetical list Categories
qtextdist Specifies distance to text labels for qxaxis and qyaxis
Help text:

qtextdist(lbldist, ttldist) specifies distance between ticks and tick labels and between tick labels and axis title, in points.
qtextdist(dist) uses dist for both distances.
Positive numbers are to the left and down; negative numbers are to the right and up.
[lbl, ttl] = qtextdist returns current settings.

Example:

qfigure('qtextdist', 3, 3);

qtextdist 10

qxaxis(0, [0:5], 'Title');

qtextdist 3

qxaxis(1, [0:5], 'Title');

qtextdist -3 3

qxaxis(2, [0:5], 'Title');

qtextdist 3 -10

qxaxis(3, [0:5], 'Title');

qshrink

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