Alphabetical list Categories
qnumfmt Specifies the format of numbers as tick labels
Help text:

qnumfmt(fmt) specifies the format of numeric axis tick labels.
fmt may be anything that SPRINTF understands, for instance: "%.1f".
The default is "".

Example:

qfigure('qnumfmt', 3, 3);

qxaxis(0, [0:.5:2]);

qnumfmt('%.1f')

qyaxis(0, [0:.5:2]);

qnumfmt('%.3f')

qyaxis(.75,[0.5:.125:1])

qnumfmt('')

qyaxis(1.5,[0.5:.125:1])

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