qxaxis
Plot x-axis
Help text:
qxaxis(y0, [x0 x1], xx) plots an x-axis with ticks at xx. (xx may be
empty.)
qxaxis(y0, xx) calculates x0 and x1 from xx.
qxaxis(y0, [], xx) only draws ticks, not an axis line.
qxaxis(..., lbls) where lbls is either a cell array or numeric vector
the same size as xx overrides the default tick labels. Labels are
suppressed if lbls is empty.
qxaxis(..., ttl) adds a title to the axis.
qxaxis obeys settings from qticklen, qtextdist, and qaxshift.
qxaxis('t', ...) inverts the sign of these settings.
Download pdf.