3 %>@brief Draws hint curve
5 %> Default color is black and
default line style is dashed. Default line width is <code>
scaled(1)</code>.
10 %> @
return o Handle returned by plot()
15 if ~exist('color', 'var')
18 o = plot(x, y, color, 'LineWidth',
scaled(1));
function draw_hint_curve(in x, in y, in color)