IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
draw_hachure.m
Go to the documentation of this file.
1 %>@ingroup graphicsapi idata
2 %>@file
3 %>@brief Draws hachure
4 %
5 %> @param position a MATLAB-like "position" vector: [x, y, width, height]
6 function draw_hachure(position)
7 rectangle('Position', position, 'LineStyle', 'none', 'FaceColor', [1, 1, 1]*.75);
function draw_hachure(in position)