Alphabetical list Categories
qbars Bar plot with bar width specified in data coordinates
Help text:

qbars(xx, yy, w) draws a bar graph of yy vs xx with bars of width w specified in data coordinates.
qbars(xx, yy, w, y0) specifies the baseline of the plot; default for y0 is 0. y0 may also be a vector (which must then be the same size as xx and yy). This is useful for creating stacked bar graphs.

Example:

qfigure('qbars', 3, 3);

qbrush 777

qbars([0:4*pi], sin([0:4*pi]), 0.5);

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