IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
find_linestyle.m
Go to the documentation of this file.
1 %>@ingroup graphicsapi
2 %>@file
3 %>@brief Returns a line style
4 %
5 %> @param i
6 %> @return x
7 function x = find_linestyle(i)
8 fig_assert();
9 global LINESTYLES;
10 x = LINESTYLES{mod(i-1, length(LINESTYLES))+1};
11 
function find_linestyle(in i)
function fig_assert()