3 %>@brief Assigns y-limits based on [ymin, ymax] pair
5 %> @param yy [ymin, ymax] pair; or @ref
irdata object from where to extract y-limits
10 yy = [min(temp), max(temp)];
12 yy = [min(yy(:)), max(yy(:))];
17 irerror('Y-limits need be non-decreasing!');
24 ylim(yy+[-edge, edge]);