IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
fig_reset.m
Go to the documentation of this file.
1 %>@ingroup graphicsapi globals idata
2 %>@file
3 %>@brief Clears globals colors, styles, fonts, etc
4 function fig_reset()
5 global COLORS MARKERS MARKERSIZES FONT FONTSIZE LINESTYLES SCALE COLORS_STACKEDHIST;
6 
7 COLORS = [];
8 MARKERS = [];
9 MARKERSIZES = [];
10 FONT = [];
11 FONTSIZE = [];
12 LINESTYLES = [];
13 SCALE = [];
14 COLORS_STACKEDHIST = [];
function fig_reset()