1 %>@ingroup datasettools
3 %>@brief Draws
class means with hachured aread behind to give an idea of variability
13 X = data.X(data.classes == i-1, :);
17 ymin = min([ymin, curve-stds]);
18 ymax = max([ymax, curve+stds]);
28 hh(i) = plot(data.fea_x, curve, 'Color',
find_color(i), 'LineWidth',
scaled(3));
35 ylabel([data.yname,
iif(~isempty(data.yunit), sprintf(' (%s)', data.yunit), '')]);
function find_color(in i)
function data_draw_hachures(in data)
function data_get_legend(in data)
function iif(in cond, in x1, in x2)
function draw_stdhachure(in xaxis, in curve, in stds, in color)