3 %> @brief Draws hachure to above and below a curve
5 %> This
function uses a single
"stds" vector to represent the upper and lower vertical distances from the
"curve".
16 % Makes sure that everything is a row vector
21 intervals = [curve-stds; curve+stds];
23 draw_hachure2(xaxis, intervals, color);
function draw_hachure2(in xaxis, in intervals, in color)
function draw_stdhachure(in xaxis, in curve, in stds, in color)