IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
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 = [];
fig_reset
function fig_reset()
m
misc
globals
fig_reset.m
Generated on Tue May 19 2015 20:46:05 for IRootLab by
1.8.9.1