IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
find_marker_size.m
Go to the documentation of this file.
1 %>@ingroup graphicsapi
2 %>@file
3 %>@brief Returns a marker size already scaled by the @c SCALE global.
4 %
5 %> @param i
6 %> @return x
7 function x = find_marker_size(i)
8 fig_assert();
9 global MARKERSIZES SCALE;
10 x = MARKERSIZES(mod(i-1, size(MARKERSIZES, 2))+1)*SCALE;
function find_marker_size(in i)
function scaled(in i)
function fig_assert()