Alphabetical list Categories
qfigure Open a QPlot figure
Help text:

qfigure(fn, w, h) opens a new qplot figure with given filename and size in inches. If h is omitted, h defaults to 3/4 w. If w is also omitted,
w defaults to 5 inches.
fn = qfigure(w, h) opens a new QPlot figure of given size (in inches) with a temporary filename.

Example:

qfigure('qfigure', 6)

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