Alphabetical list Categories
qskyline Skyline plot (bar plot)
Help text:

qskyline(xx, yy) draws a bar plot of yy vs xx with bars touching.
qskyline(xx, yy, y0) specifies the baseline of the plot; default is 0.

Example:

qfigure('qskyline', 3, 3);

xx=[0:.05:1].^2*2*pi;

yy=sin(xx);

qbrush 666

qskyline(xx, yy);

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