Alphabetical list Categories
qaxshift Specifies shift of drawn axis for qxaxis and qyaxis
Help text:

qaxshift(len) specifies shift (in points) for qxaxis and
qyaxis. Positive means down or left, negative means up or right.
pt = qaxshift returns current setting.

Example:

qfigure('qaxshift', 3, 3);

qplot([-pi:.1:pi], sin([-pi:.1:pi]));

qaxshift 10

qxaxis(-1, [-pi 0 pi], {'π', '0', 'π'});

qyaxis(-pi,[-1:1]);

qshrink

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