Alphabetical list Categories
qsubplot Define a new subpanel in relative units
Help text:

qsubplot(x, y, w, h) defines a new subpanel. x, y, w, h are specified as fractions of the figure size.
qsubplot(rows, cols, idx) defines a new subpanel in Matlab style.
id = qsubplot(...) returns the ID of the subpanel, for use with qpanel.

Example:

qfigure('qsubplot', 3, 3)

qsubplot(0, 0, 1, .5);

qplot(0:.1:2*pi, cos(0:.1:2*pi))

qshrink 10

qsubplot(0, .5, 1, .5);

qplot(0:.1:2*pi, sin(0:.1:2*pi))

qshrink 10

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